Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.