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.
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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Number As Short
Get
'Usage
Dim instance As NumberedStoredProcedure
Dim value As Short
value = instance.Number
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public short Number { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property short Number {
short get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Number : int16
function get Number () : short
Property Value
Type: System.Int16
A Int32 value that specifies the number of the numbered stored procedure.
Examples
Creating, Altering, and Removing Stored Procedures
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace