CreateFolderOnDtsServer メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
詳細については、「Application」を参照してください。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable Sub CreateFolderOnDtsServer ( _
bstrParent As String, _
bstrNewFolderName As String, _
bstrServerName As String _
)
'使用
Dim instance As ApplicationClass
Dim bstrParent As String
Dim bstrNewFolderName As String
Dim bstrServerName As String
instance.CreateFolderOnDtsServer(bstrParent, _
bstrNewFolderName, bstrServerName)
public virtual void CreateFolderOnDtsServer(
string bstrParent,
string bstrNewFolderName,
string bstrServerName
)
public:
virtual void CreateFolderOnDtsServer(
[InAttribute] String^ bstrParent,
[InAttribute] String^ bstrNewFolderName,
[InAttribute] String^ bstrServerName
)
abstract CreateFolderOnDtsServer :
bstrParent:string *
bstrNewFolderName:string *
bstrServerName:string -> unit
override CreateFolderOnDtsServer :
bstrParent:string *
bstrNewFolderName:string *
bstrServerName:string -> unit
public function CreateFolderOnDtsServer(
bstrParent : String,
bstrNewFolderName : String,
bstrServerName : String
)
パラメーター
- bstrParent
型: System. . :: . .String
- bstrNewFolderName
型: System. . :: . .String
- bstrServerName
型: System. . :: . .String
実装
IDTSApplication100. . :: . .CreateFolderOnDtsServer(String, String, String)