AssemblyEncryptionSource.Assembly (Propiedad)

Obtiene o establece el nombre de ensamblado.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

AssemblyEncryptionSource Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)