다음을 통해 공유


CreateFolderOnDtsServer 메서드

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

For more information, see ApplicationClass.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap.dll의 Microsoft.SqlServer.DTSRuntimeWrap

구문

‘선언
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
)

매개 변수