共用方式為


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.

範例

在 SMO 中設定 SQL Server

請參閱

參考

ConfigProperty 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

伺服器組態選項