Partilhar via


Propriedade do RDL PolicyCategory.Name

Gets the name of the policy category.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(ReadOnlyAfterCreation := True)> _
<SfcKeyAttribute()> _
Public ReadOnly Property Name As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
A String value that contains the name of the policy category.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Definindo propriedades

Consulte também

Referência

PolicyCategory Classe

Namespace Microsoft.SqlServer.Management.Dmf