IDTSApplication100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see ApplicationClass.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")> _
Public Interface IDTSApplication100
用法
Dim instance As IDTSApplication100
[GuidAttribute("A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")]
public interface IDTSApplication100
[GuidAttribute(L"A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")]
public interface class IDTSApplication100
[<GuidAttribute("A775EBCC-D73B-4BAD-AF4C-4F3EF258C397")>]
type IDTSApplication100 = interface end
public interface IDTSApplication100
IDTSApplication100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
CheckSignatureOnLoad | 基础结构。For more information, see ApplicationClass. | |
ComponentStorePath | 基础结构。For more information, see ApplicationClass. | |
ConnectionInfos | 基础结构。For more information, see ApplicationClass. | |
DataTypeInfos | 基础结构。For more information, see ApplicationClass. | |
DBProviderInfos | 基础结构。For more information, see ApplicationClass. | |
ForEachEnumeratorInfos | 基础结构。For more information, see ApplicationClass. | |
LogProviderInfos | 基础结构。For more information, see ApplicationClass. | |
PackagePassword | 基础结构。For more information, see ApplicationClass. | |
PackageUpgradeOptions | 基础结构。 | |
PipelineComponentInfos | 基础结构。For more information, see ApplicationClass. | |
TaskInfos | 基础结构。For more information, see ApplicationClass. | |
UpdateObjects | 基础结构。For more information, see ApplicationClass. | |
UpdatePackage | 基础结构。For more information, see ApplicationClass. |
页首
方法
名称 | 说明 | |
---|---|---|
CreateFolderOnDtsServer | 基础结构。For more information, see ApplicationClass. | |
CreateFolderOnSQLServer | 基础结构。For more information, see ApplicationClass. | |
DataTypeInfoFromDataType | 基础结构。For more information, see ApplicationClass. | |
ExistsOnDtsServer | 基础结构。For more information, see ApplicationClass. | |
ExistsOnSQLServer | 基础结构。For more information, see ApplicationClass. | |
FolderExistsOnDtsServer | 基础结构。For more information, see ApplicationClass. | |
FolderExistsOnSQLServer | 基础结构。For more information, see ApplicationClass. | |
FolderFromPath | 基础结构。For more information, see ApplicationClass. | |
GetDtsServerPackageInfos | 基础结构。For more information, see ApplicationClass. | |
GetDtsServerRoles | 基础结构。For more information, see ApplicationClass. | |
GetPackageInfos | 基础结构。For more information, see ApplicationClass. | |
GetPackageInfos2 | 基础结构。For more information, see ApplicationClass. | |
GetPackageRoles | 基础结构。For more information, see ApplicationClass. | |
GetRunningPackages | 基础结构。For more information, see ApplicationClass. | |
GetServerInfo | 基础结构。For more information, see ApplicationClass. | |
GetServerVersionEx | 基础结构。For more information, see ApplicationClass. | |
LoadFromDtsServer | 基础结构。For more information, see ApplicationClass. | |
LoadFromSQLServer | 基础结构。For more information, see ApplicationClass. | |
LoadFromSQLServer2 | 基础结构。For more information, see ApplicationClass. | |
LoadPackage | 基础结构。For more information, see ApplicationClass. | |
RemoveFolderFromDtsServer | 基础结构。For more information, see ApplicationClass. | |
RemoveFolderFromSQLServer | 基础结构。For more information, see ApplicationClass. | |
RemoveFromDtsServer | 基础结构。For more information, see ApplicationClass. | |
RemoveFromSQLServer | 基础结构。For more information, see ApplicationClass. | |
RenameFolderOnDtsServer | 基础结构。For more information, see ApplicationClass. | |
RenameFolderOnSQLServer | 基础结构。For more information, see ApplicationClass. | |
SavePackage | 基础结构。For more information, see ApplicationClass. | |
SaveToDtsServer | 基础结构。For more information, see ApplicationClass. | |
SaveToSQLServer | 基础结构。For more information, see ApplicationClass. | |
SaveToSQLServerAs | 基础结构。For more information, see ApplicationClass. | |
SaveToXML | 基础结构。For more information, see ApplicationClass. | |
SetPackageRoles | 基础结构。For more information, see ApplicationClass. |
页首