Compartir a través de


ServerAuditSpecificationExtender.Type Propiedad

Gets the type of ServerAuditSpecification object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<ExtendedPropertyAttribute> _
Public ReadOnly Property Type As String 
    Get
'Uso
Dim instance As ServerAuditSpecificationExtender 
Dim value As String 

value = instance.Type
[ExtendedPropertyAttribute]
public string Type { get; }
[ExtendedPropertyAttribute]
public:
property String^ Type {
    String^ get ();
}
[<ExtendedPropertyAttribute>]
member Type : string
function get Type () : String

Valor de la propiedad

Tipo: System.String
A String object that specifies the type of ServerAuditSpecification object.

Vea también

Referencia

ServerAuditSpecificationExtender Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo