다음을 통해 공유


KeyGuid 속성

Get the GUID value that uniquely identifies the symmetric key globally.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property KeyGuid As Guid
    Get
‘사용 방법
Dim instance As SymmetricKey
Dim value As Guid

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

속성 값

형식: System. . :: . .Guid
A Guid system object value that specifies the GUID that uniquely identifies the symmetric key globally.