다음을 통해 공유


IDTSApplication100.RemoveFolderFromDtsServer 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Removes the specified folder from the specified server.

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

구문

‘선언
Sub RemoveFolderFromDtsServer ( _
    bstrFolderName As String, _
    bstrServerName As String _
)
‘사용 방법
Dim instance As IDTSApplication100 
Dim bstrFolderName As String 
Dim bstrServerName As String

instance.RemoveFolderFromDtsServer(bstrFolderName, _
    bstrServerName)
void RemoveFolderFromDtsServer(
    string bstrFolderName,
    string bstrServerName
)
void RemoveFolderFromDtsServer(
    [InAttribute] String^ bstrFolderName, 
    [InAttribute] String^ bstrServerName
)
abstract RemoveFolderFromDtsServer : 
        bstrFolderName:string * 
        bstrServerName:string -> unit
function RemoveFolderFromDtsServer(
    bstrFolderName : String, 
    bstrServerName : String
)

매개 변수

  • bstrFolderName
    유형: System.String
    The name of the folder to remove.
  • bstrServerName
    유형: System.String
    The name of the server where the folder is located.

참고 항목

참조

IDTSApplication100 인터페이스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스