PolicyExtender.PolicyFilePath 属性

Gets or sets the path to the policy file.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<ExtendedPropertyAttribute> _
Public Property PolicyFilePath As String 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

PolicyExtender 类

Microsoft.SqlServer.Management.Dmf 命名空间