Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an integer value that contains the policy Id.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property PolicyId As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An integer value that contains the policy Id.