ServerAuditSpecification.Guid 属性

Gets the Guid value that uniquely identifies the referenced server audit specification.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Guid As Guid 
    Get
用法
Dim instance As ServerAuditSpecification 
Dim value As Guid 

value = instance.Guid
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Guid Guid { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Guid Guid {
    Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Guid : Guid
function get Guid () : Guid

属性值

类型:System.Guid
A Guid system value that identifies the server audit specification.

请参阅

参考

ServerAuditSpecification 类

Microsoft.SqlServer.Management.Smo 命名空间