ConfigProperty.Number 屬性
Gets the index position of the configuration option.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property Number As Integer
Get
'用途
Dim instance As ConfigProperty
Dim value As Integer
value = instance.Number
public int Number { get; }
public:
property int Number {
int get ();
}
member Number : int
function get Number () : int
屬性值
型別:System.Int32
An Int32 value that specifies the index position of the configuration option.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間