EvaluationHistory.PolicyName Propiedad
Gets the name of the parent policy.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property PolicyName As String
Get
Friend Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A String value that contains the name of the parent policy.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.