ID プロパティ
コレクション内にある PartitionFunction オブジェクトの位置を示す序数 (0 から始まります) を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer
Get
'使用
Dim instance As PartitionFunction
Dim value As Integer
value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int
プロパティ値
型: System. . :: . .Int32
コレクション内の PartitionFunction オブジェクトの位置を示す Int32 値。