Свойство AssemblyEncryptionSource.Assembly

Gets or sets the assembly name.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Assembly As Identifier 
    Get 
    Set
'Применение
Dim instance As AssemblyEncryptionSource 
Dim value As Identifier 

value = instance.Assembly

instance.Assembly = value
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The assembly name.

См. также

Справочник

AssemblyEncryptionSource Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom