Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the name of the parent policy.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property PolicyName As String
Get
Friend Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A String value that contains the name of the parent policy.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.