Compartilhar via


Propriedade AssemblyEncryptionSource.Assembly

Obtém ou define o nome do assembly.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

AssemblyEncryptionSource Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql