Share via


PolicyExtender.PolicyFilePath プロパティ

ポリシー ファイルのパスを取得または設定します。

名前空間:  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
ポリシー ファイルのパスを含む文字列値です。

関連項目

参照

PolicyExtender クラス

Microsoft.SqlServer.Management.Dmf 名前空間