PolicyCategory.Name Propiedad
Gets the name of the policy category.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.String
A String value that contains the name of the policy category.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.