Name プロパティ

ポリシー カテゴリの名前を取得します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
<SfcPropertyAttribute(ReadOnlyAfterCreation := True)> _
<SfcKeyAttribute()> _
Public ReadOnly Property Name As String
    Get
'使用
Dim instance As PolicyCategory
Dim value As String

value = instance.Name
[SfcPropertyAttribute(ReadOnlyAfterCreation = true)]
[SfcKeyAttribute()]
public string Name { get; }
[SfcPropertyAttribute(ReadOnlyAfterCreation = true)]
[SfcKeyAttribute()]
public:
property String^ Name {
    String^ get ();
}
[<SfcPropertyAttribute(ReadOnlyAfterCreation = true)>]
[<SfcKeyAttribute()>]
member Name : string
function get Name () : String

プロパティ値

型: System. . :: . .String
ポリシー カテゴリの名前を含む String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。