Метод IDTSApplication100.CreateFolderOnDtsServer
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Creates a folder on the server that appears in the Stored Packages node of the Службы Integration Services service hierarchy.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub CreateFolderOnDtsServer ( _
bstrParent As String, _
bstrNewFolderName As String, _
bstrServerName As String _
)
'Применение
Dim instance As IDTSApplication100
Dim bstrParent As String
Dim bstrNewFolderName As String
Dim bstrServerName As String
instance.CreateFolderOnDtsServer(bstrParent, _
bstrNewFolderName, bstrServerName)
void CreateFolderOnDtsServer(
string bstrParent,
string bstrNewFolderName,
string bstrServerName
)
void CreateFolderOnDtsServer(
[InAttribute] String^ bstrParent,
[InAttribute] String^ bstrNewFolderName,
[InAttribute] String^ bstrServerName
)
abstract CreateFolderOnDtsServer :
bstrParent:string *
bstrNewFolderName:string *
bstrServerName:string -> unit
function CreateFolderOnDtsServer(
bstrParent : String,
bstrNewFolderName : String,
bstrServerName : String
)
Параметры
- bstrParent
Тип: System.String
The name of the top level folder to save this folder under.
- bstrNewFolderName
Тип: System.String
The name to give to the newly created folder.
- bstrServerName
Тип: System.String
The name of the server running the Службы Integration Services service.