Proprietà PolicyName
Gets the name of the parent policy.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property PolicyName As String
Get
Friend Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
A String value that contains the name of the parent policy.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche