Свойство Guid
Gets or sets the unique system identifier for the referenced audit.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Guid As Guid
Get
Set
'Применение
Dim instance As Audit
Dim value As Guid
value = instance.Guid
instance.Guid = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public Guid Guid { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property Guid Guid {
Guid get ();
void set (Guid value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member Guid : Guid with get, set
function get Guid () : Guid
function set Guid (value : Guid)
Значение свойства
Тип System. . :: . .Guid
A Guid value that specifies a unique system identifier for the referenced audit.
См. также