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 네임스페이스