Właściwość Condition.ID
Pobiera wartość Identyfikatora, który unikatowo identyfikuje warunek.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ID As Integer
Get
'Użycie
Dim instance As Condition
Dim value As Integer
value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int ID {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ID : int
function get ID () : int
Wartość właściwości
Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje warunek.
Przykłady
C#
System.Console.WriteLine(c.ID);
VB
System.Console.WriteLine(c.ID)