Compartir a través de


PolicyExtender.PolicyFilePath Propiedad

Gets or sets the path to the policy file.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<ExtendedPropertyAttribute> _
Public Property PolicyFilePath As String 
    Get 
    Set
'Uso
Dim instance As PolicyExtender 
Dim value As String 

value = instance.PolicyFilePath

instance.PolicyFilePath = value
[ExtendedPropertyAttribute]
public string PolicyFilePath { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ PolicyFilePath {
    String^ get ();
    void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member PolicyFilePath : string with get, set
function get PolicyFilePath () : String 
function set PolicyFilePath (value : String)

Valor de la propiedad

Tipo: System.String
A string value that contains the path to the policy file.

Vea también

Referencia

PolicyExtender Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf