Поделиться через


Метод Create (String[])

Creates an assembly on the instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Create ( _
    assemblyLocalPaths As String() _
)
'Применение
Dim instance As SqlAssembly
Dim assemblyLocalPaths As String()

instance.Create(assemblyLocalPaths)
public void Create(
    string[] assemblyLocalPaths
)
public:
void Create(
    array<String^>^ assemblyLocalPaths
)
member Create : 
        assemblyLocalPaths:string[] -> unit 
public function Create(
    assemblyLocalPaths : String[]
)

Параметры

  • assemblyLocalPaths
    Тип: array<System. . :: . .String> [] () [] []
    A String array value that specifies the server paths (which can be a network share) of a single module assemblies that contain manifests.

Замечания

Microsoft SQL Server searches in the paths for assemblies the referenced assemblies depend 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.

Примеры

Вызов методов