Propriedade do RDL PolicyCategoryInformation.PolicyName
Gets the policy name.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public ReadOnly Property PolicyName As String
Get
'Uso
Dim instance As PolicyCategoryInformation
Dim value As String
value = instance.PolicyName
public string PolicyName { get; }
public:
property String^ PolicyName {
String^ get ();
}
member PolicyName : string
function get PolicyName () : String
Valor da propriedade
Tipo: System.String
A string value that contains the policy name.