PolicyCategoryInformation.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.