SqlAssembly.Create 方法

定義

多載

名稱 Description
Create(String)
Create(String[])

Create(String)

public void Create(string primaryAssemblyServerPath);
member this.Create : string -> unit
Public Sub Create (primaryAssemblyServerPath As String)

參數

primaryAssemblyServerPath
String

適用於

Create(String[])

public void Create(string[] assemblyLocalPaths);
member this.Create : string[] -> unit
Public Sub Create (assemblyLocalPaths As String())

參數

assemblyLocalPaths
String[]

適用於