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.