共用方式為


Number 屬性

Gets or sets the number associated with the numbered stored procedure.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property Number As Short
    Get
'用途
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

屬性值

型別:System. . :: . .Int16
A Int32 value that specifies the number of the numbered stored procedure.