共用方式為


ServerAuditSpecificationExtender.Type 屬性

Gets the type of ServerAuditSpecification object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<ExtendedPropertyAttribute> _
Public ReadOnly Property Type As String 
    Get
'用途
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

屬性值

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

請參閱

參考

ServerAuditSpecificationExtender 類別

Microsoft.SqlServer.Management.Smo 命名空間