Propriété PolicyName
Gets the policy name.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PolicyName As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A string value that contains the policy name.
Voir aussi