Propriedade do RDL PolicyCategoryInformation.PolicyId
Gets an integer value that contains the policy Id.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public ReadOnly Property PolicyId As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System.Int32
An integer value that contains the policy Id.