Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the path to the policy file.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<ExtendedPropertyAttribute> _
Public Property PolicyFilePath As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string value that contains the path to the policy file.