PolicyName 属性

Gets the policy name.

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

语法

声明
Public ReadOnly Property PolicyName As String
    Get
用法
Dim instance As PolicyCategoryInformation
Dim value As String

value = instance.PolicyName
public string PolicyName { get; }
public:
property String^ PolicyName {
    String^ get ();
}
member PolicyName : string
function get PolicyName () : String

属性值

类型:System. . :: . .String
A string value that contains the policy name.