共用方式為


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.

請參閱

參考

IDTSApplication100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間