Guid 속성
Gets or sets the unique system identifier for the referenced audit.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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.