다음을 통해 공유


ID 속성

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
<SfcPropertyAttribute(Data := True, Required := False)> _
Public ReadOnly Property ID As Integer
    Get
‘사용 방법
Dim instance As PolicyCategory
Dim value As Integer

value = instance.ID
[SfcPropertyAttribute(Data = true, Required = false)]
public int ID { get; }
[SfcPropertyAttribute(Data = true, Required = false)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(Data = true, Required = false)>]
member ID : int
function get ID () : int

속성 값

형식: System. . :: . .Int32