Condividi tramite


Proprietà ServerAuditSpecificationExtender.Type

Gets the type of ServerAuditSpecification object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<ExtendedPropertyAttribute> _
Public ReadOnly Property Type As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ServerAuditSpecificationExtender Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo