Partilhar via


Propriedade do RDL EvaluationHistory.PolicyName

Gets the name of the parent policy.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Definindo propriedades

Consulte também

Referência

EvaluationHistory Classe

Namespace Microsoft.SqlServer.Management.Dmf