PolicyFilePath 속성
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
<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)