Partager via


Propriété EvaluationHistory.PolicyName

Gets the name of the parent policy.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property PolicyName As String 
    Get 
    Friend Set
'Utilisation
Dim instance As EvaluationHistory 
Dim value As String 

value = instance.PolicyName
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public string PolicyName { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property String^ PolicyName {
    String^ get ();
    internal: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member PolicyName : string with get, internal set
function get PolicyName () : String 
internal function set PolicyName (value : String)

Valeur de propriété

Type : System.String
A String value that contains the name of the parent policy.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Définition de propriétés

Voir aussi

Référence

EvaluationHistory Classe

Espace de noms Microsoft.SqlServer.Management.Dmf