PolicyCategoryInformation.PolicyId 속성
Gets an integer value that contains the policy Id.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public ReadOnly Property PolicyId As Integer
Get
‘사용 방법
Dim instance As PolicyCategoryInformation
Dim value As Integer
value = instance.PolicyId
public int PolicyId { get; }
public:
property int PolicyId {
int get ();
}
member PolicyId : int
function get PolicyId () : int
속성 값
유형: System.Int32
An integer value that contains the policy Id.