共用方式為


SymmetricKey.KeyGuid 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property KeyGuid As Guid 
    Get
'用途
Dim instance As SymmetricKey 
Dim value As Guid 

value = instance.KeyGuid
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Guid KeyGuid { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Guid KeyGuid {
    Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

範例

使用加密

請參閱

參考

SymmetricKey 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

加密階層

CREATE SYMMETRIC KEY (Transact-SQL)