Sdílet prostřednictvím


AssemblyEncryptionSource.Assembly – vlastnost

Získá nebo nastaví název sestavení.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public Property Assembly As Identifier
    Get
    Set
public Identifier Assembly { get; set; }
public:
property Identifier^ Assembly {
    Identifier^ get ();
    void set (Identifier^ value);
}
member Assembly : Identifier with get, set
function get Assembly () : Identifier
function set Assembly (value : Identifier)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AssemblyEncryptionSource Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů