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 命名空间