SqlAssembly.Create Method

Definition

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[]

Applies to