Свойство 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