Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Deploys the project with the specified project name and project stream.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Function DeployProject ( _
projectName As String, _
projectStream As Byte() _
) As Operation
'Применение
Dim instance As CatalogFolder
Dim projectName As String
Dim projectStream As Byte()
Dim returnValue As Operation
returnValue = instance.DeployProject(projectName, _
projectStream)
public Operation DeployProject(
string projectName,
byte[] projectStream
)
public:
Operation^ DeployProject(
String^ projectName,
array<unsigned char>^ projectStream
)
member DeployProject :
projectName:string *
projectStream:byte[] -> Operation
public function DeployProject(
projectName : String,
projectStream : byte[]
) : Operation
Параметры
- projectName
Тип: System.String
The name of the project.
- projectStream
Тип: array<System.Byte[]
The stream of the project.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.IntegrationServices.Operation
The specified project.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices