SqlAssembly.Create Method
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
Create(String) | |
Create(String[]) |
Create(String)
public void Create (string primaryAssemblyServerPath);
member this.Create : string -> unit
Public Sub Create (primaryAssemblyServerPath As String)
Parameters
- primaryAssemblyServerPath
- String
Applies to
Create(String[])
public void Create (string[] assemblyLocalPaths);
member this.Create : string[] -> unit
Public Sub Create (assemblyLocalPaths As String())
Parameters
- assemblyLocalPaths
- String[]