ExistsOnDtsServer 方法
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
For more information, see Application.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Public Overridable Function ExistsOnDtsServer ( _
bstrPackagePath As String, _
bstrServerName As String _
) As Boolean
'用途
Dim instance As ApplicationClass
Dim bstrPackagePath As String
Dim bstrServerName As String
Dim returnValue As Boolean
returnValue = instance.ExistsOnDtsServer(bstrPackagePath, _
bstrServerName)
public virtual bool ExistsOnDtsServer(
string bstrPackagePath,
string bstrServerName
)
public:
virtual bool ExistsOnDtsServer(
[InAttribute] String^ bstrPackagePath,
[InAttribute] String^ bstrServerName
)
abstract ExistsOnDtsServer :
bstrPackagePath:string *
bstrServerName:string -> bool
override ExistsOnDtsServer :
bstrPackagePath:string *
bstrServerName:string -> bool
public function ExistsOnDtsServer(
bstrPackagePath : String,
bstrServerName : String
) : boolean
傳回值
實作
IDTSApplication100. . :: . .ExistsOnDtsServer(String, String)