SqlAssemblyFile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SqlAssemblyFile() | |
SqlAssemblyFile(SqlAssembly, String) |
SqlAssemblyFile()
public SqlAssemblyFile ();
Public Sub New ()
Applies to
SqlAssemblyFile(SqlAssembly, String)
public SqlAssemblyFile (Microsoft.SqlServer.Management.Smo.SqlAssembly sqlAssembly, string name);
new Microsoft.SqlServer.Management.Smo.SqlAssemblyFile : Microsoft.SqlServer.Management.Smo.SqlAssembly * string -> Microsoft.SqlServer.Management.Smo.SqlAssemblyFile
Public Sub New (sqlAssembly As SqlAssembly, name As String)
Parameters
- sqlAssembly
- SqlAssembly
- name
- String