ServerAuditSpecificationExtender.Type プロパティ

ServerAuditSpecification オブジェクトの種類を取得します。

名前空間:  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
ServerAuditSpecification オブジェクトの種類を示す String オブジェクトです。

関連項目

参照

ServerAuditSpecificationExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間