DatabaseAuditSpecificationExtender.Type 属性

Gets the type of DatabaseAuditSpecification object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<ExtendedPropertyAttribute> _
Public ReadOnly Property Type As String 
    Get
用法
Dim instance As DatabaseAuditSpecificationExtender 
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 DatabaseAuditSpecification object.

请参阅

参考

DatabaseAuditSpecificationExtender 类

Microsoft.SqlServer.Management.Smo 命名空间