NumberedStoredProcedure.Number Property
Gets or sets the number associated with the numbered stored procedure.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property Number As Short
Get
'Usage
Dim instance As NumberedStoredProcedure
Dim value As Short
value = instance.Number
[SfcPropertyAttribute]
public short Number { get; }
[SfcPropertyAttribute]
public:
property short Number {
short get ();
}
[<SfcPropertyAttribute>]
member Number : int16
function get Number () : short
Property Value
Type: System.Int16
A Int32 value that specifies the number of the numbered stored procedure.
See Also