DatabaseDdlTrigger.AssemblyName Property
SQL Server 2005
Gets or sets the name of the assembly that contains the managed code that is executed when the data definition language (DDL) trigger is raised.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
/** @property */ public String get_AssemblyName () /** @property */ public void set_AssemblyName (String value)
public function get AssemblyName () : String public function set AssemblyName (value : String)
Property Value
A String value that specifies the name of the assembly.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
