Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the texts procedure number, if the text is a procedure
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public procedureNumber As String
'Usage
Dim instance As DdlTextParserHeaderInfo
Dim value As String
value = instance.procedureNumber
instance.procedureNumber = value
public string procedureNumber
public:
String^ procedureNumber
val mutable procedureNumber: string
public var procedureNumber : String
Remarks
Returns a String that contains the procedure number, if a number is specified. The procedure number is preceded by a semicolon. For example, if the procedure number is 1, the string returned will be "; 1".