Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the assembly name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Assembly As Identifier
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The assembly name.