SqlAssembly.Create 方法 (String)

Creates an assembly on the instance of SQL Server as defined by the SqlAssembly object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Create ( _
    primaryAssemblyServerPath As String _
)
用法
Dim instance As SqlAssembly 
Dim primaryAssemblyServerPath As String

instance.Create(primaryAssemblyServerPath)
public void Create(
    string primaryAssemblyServerPath
)
public:
void Create(
    String^ primaryAssemblyServerPath
)
member Create : 
        primaryAssemblyServerPath:string -> unit
public function Create(
    primaryAssemblyServerPath : String
)

参数

  • primaryAssemblyServerPath
    类型:System.String
    A String value that specifies the server path (which can be a network share) of a single module assembly that contains a manifest.

注释

SQL Server searches in the path for assemblies the referenced assembly depends on and that have not yet been installed. SQL Server accesses the indicated files directly and therefore needs to have sufficient access rights to complete this operation successfully.

示例

调用方法

请参阅

参考

SqlAssembly 类

Create 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

CREATE ASSEMBLY (Transact-SQL)