SqlAssembly.PublicKey プロパティ

参照するアセンブリの公開キーを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PublicKey As Byte()
    Get 
    Set
'使用
Dim instance As SqlAssembly 
Dim value As Byte()

value = instance.PublicKey

instance.PublicKey = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public byte[] PublicKey { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property array<unsigned char>^ PublicKey {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PublicKey : byte[] with get, set
function get PublicKey () : byte[]
function set PublicKey (value : byte[])

プロパティ値

型: array<System.Byte[]
参照するアセンブリの公開キーを示す Uint8 値です。

使用例

プロパティの設定

関連項目

参照

SqlAssembly クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE ASSEMBLY (Transact-SQL)