Interface Application
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
For more information, see ApplicationClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("E8102616-3E24-4827-85B2-4897E71B598B")> _
Public Interface Application _
Inherits IDTSApplication100
'Uso
Dim instance As Application
[GuidAttribute("E8102616-3E24-4827-85B2-4897E71B598B")]
public interface Application : IDTSApplication100
[GuidAttribute(L"E8102616-3E24-4827-85B2-4897E71B598B")]
public interface class Application : IDTSApplication100
[<GuidAttribute("E8102616-3E24-4827-85B2-4897E71B598B")>]
type Application =
interface
interface IDTSApplication100
end
public interface Application extends IDTSApplication100
O tipo Application expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
CheckSignatureOnLoad | Infraestrutura. Gets or sets a value that indicates whether the runtime should check the digital signature of the package when loading the package. (Herdado de IDTSApplication100.) | |
ComponentStorePath | Infraestrutura. Returns the path where pipeline components are stored. This property is read-only. (Herdado de IDTSApplication100.) | |
ConnectionInfos | Infraestrutura. Returns a IDTSConnectionInfos100 collection that contains IDTSConnectionInfo100 objects. This property is read-only. (Herdado de IDTSApplication100.) | |
DataTypeInfos | Infraestrutura. Returns a IDTSDataTypeInfos100 collection that contains IDTSDataTypeInfo100 objects. This property is read-only. (Herdado de IDTSApplication100.) | |
DBProviderInfos | Infraestrutura. Returns a IDTSDBProviderInfos100 collection that contains IDTSDBProviderInfo100 objects in the application. This property is read-only. (Herdado de IDTSApplication100.) | |
ForEachEnumeratorInfos | Infraestrutura. Returns a IDTSForEachEnumeratorInfos100 collection that contains IDTSForEachEnumeratorInfo100 objects. This property is read-only. (Herdado de IDTSApplication100.) | |
LogProviderInfos | Infraestrutura. Returns a IDTSLogProviderInfos100 collection that contains IDTSLogProviderInfo100 objects. This property is read-only. (Herdado de IDTSApplication100.) | |
PackagePassword | Infraestrutura. Sets the value of the password for the package. This property is write-only. (Herdado de IDTSApplication100.) | |
PackageUpgradeOptions | Infraestrutura. Gets or sets a value that indicates which upgrade options will be applied to a collection of Integration Services packages during the upgrade process. (Herdado de IDTSApplication100.) | |
PipelineComponentInfos | Infraestrutura. Returns a IDTSPipelineComponentInfos100 collection that contains IDTSPipelineComponentInfo100 objects. (Herdado de IDTSApplication100.) | |
ProjectPassword | Infraestrutura. Sets the value of the password for the project. This property is write-only. (Herdado de IDTSApplication100.) | |
TaskInfos | Infraestrutura. Returns a IDTSTaskInfos100 collection that contains IDTSTaskInfo100 objects. This property is read-only. (Herdado de IDTSApplication100.) | |
UpdateObjects | Infraestrutura. Gets or sets a Boolean that indicates whether extensible objects can be updated at package load time if an updated version is found. (Herdado de IDTSApplication100.) | |
UpdatePackage | Infraestrutura. Gets or sets a Boolean that indicates whether packages can be updated when an updated version is found. (Herdado de IDTSApplication100.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CloseProject | Infraestrutura. Closes a specified project. (Herdado de IDTSApplication100.) | |
CreateFolderOnDtsServer | Infraestrutura. Creates a folder on the server that appears in the Stored Packages node of the Integration Services service hierarchy. (Herdado de IDTSApplication100.) | |
CreateFolderOnSQLServer | Infraestrutura. Creates a folder on the specified instance of SQL Server. (Herdado de IDTSApplication100.) | |
CreateSsisServerExecution | Infraestrutura. Creates SSIS server execution. (Herdado de IDTSApplication100.) | |
DataTypeInfoFromDataType | Infraestrutura. Returns the IDTSDataTypeInfo100 object for the specified data type. (Herdado de IDTSApplication100.) | |
ExistsOnDtsServer | Infraestrutura. Returns a Boolean that indicates whether the specified package already exists on the Integration Services service. (Herdado de IDTSApplication100.) | |
ExistsOnSQLServer | Infraestrutura. Returns a Boolean that indicates whether the specified package exists on the instance of SQL Server. (Herdado de IDTSApplication100.) | |
FolderExistsOnDtsServer | Infraestrutura. Returns a Boolean that indicates whether the specified folder already exists on the file system. (Herdado de IDTSApplication100.) | |
FolderExistsOnSQLServer | Infraestrutura. Returns a Boolean that indicates whether the specified folder already exists on the instance of SQL Server. (Herdado de IDTSApplication100.) | |
FolderFromPath | Infraestrutura. Returns a Boolean that indicates whether the specified folder already exists on the file system. (Herdado de IDTSApplication100.) | |
GetDtsServerPackageInfos | Infraestrutura. Gets a IDTSPackageInfos100 collection that contains the packages stored in the SSIS Package Store on an instance of SQL Server, within the specified folder. (Herdado de IDTSApplication100.) | |
GetDtsServerRoles | Infraestrutura. Returns an array of Strings that lists the roles available for a folder. (Herdado de IDTSApplication100.) | |
GetPackageInfos | Infraestrutura. Gets a IDTSPackageInfos100 collection that contains the packages stored in an instance of SQL Server, within the specified logical folder, by using the server name, user name, and password. (Herdado de IDTSApplication100.) | |
GetPackageInfos2 | Infraestrutura. Gets a IDTSPackageInfos100 collection that contains the packages stored in an instance of SQL Server, within the specified logical folder, by using the server name, user name, and password. (Herdado de IDTSApplication100.) | |
GetPackageRoles | Infraestrutura. Returns the database roles that have read access and write access to the package. Database roles apply only to packages stored in the SQL Server msdb database. (Herdado de IDTSApplication100.) | |
GetRunningPackages | Infraestrutura. Returns a IDTSRunningPackages100 collection that contains IDTSRunningPackage100 objects. This property is read-only. (Herdado de IDTSApplication100.) | |
GetServerInfo | Infraestrutura. Returns the SQL Server version number of the SQL Server product installed on the target server. (Herdado de IDTSApplication100.) | |
GetServerVersionEx | Infraestrutura. Returns the edition, product level, and other values that indicate the version of SSIS installed. (Herdado de IDTSApplication100.) | |
LoadFromDtsServer | Infraestrutura. Loads a package from the specified server, and specifies the threading model. (Herdado de IDTSApplication100.) | |
LoadFromSQLServer | Infraestrutura. Loads a package from SQL Server by specifying the server name, user name, and password. (Herdado de IDTSApplication100.) | |
LoadFromSQLServer2 | Infraestrutura. Loads a package from SQL Server by specifying the server name, user name, and password. (Herdado de IDTSApplication100.) | |
LoadPackage | Infraestrutura. Loads a IDTSPackage100 from the file system. (Herdado de IDTSApplication100.) | |
OpenProject | Infraestrutura. Opens a specified project. (Herdado de IDTSApplication100.) | |
RemoveFolderFromDtsServer | Infraestrutura. Removes the specified folder from the specified server. (Herdado de IDTSApplication100.) | |
RemoveFolderFromSQLServer | Infraestrutura. Removes the specified folder from the specified instance of SQL Server. (Herdado de IDTSApplication100.) | |
RemoveFromDtsServer | Infraestrutura. Removes a package from the specified server. (Herdado de IDTSApplication100.) | |
RemoveFromSQLServer | Infraestrutura. Removes a package from the specified instance of SQL Server. (Herdado de IDTSApplication100.) | |
RenameFolderOnDtsServer | Infraestrutura. Renames a folder on the specified server. (Herdado de IDTSApplication100.) | |
RenameFolderOnSQLServer | Infraestrutura. Renames a folder on the specified instance of SQL Server. (Herdado de IDTSApplication100.) | |
SavePackage | Infraestrutura. Saves a package to the file system. (Herdado de IDTSApplication100.) | |
SaveToDtsServer | Infraestrutura. Saves a package to the specified server. (Herdado de IDTSApplication100.) | |
SaveToSQLServer | Infraestrutura. Saves a package to an instance of SQL Server. (Herdado de IDTSApplication100.) | |
SaveToSQLServerAs | Infraestrutura. Saves a package to an instance of SQL Server with a new name. (Herdado de IDTSApplication100.) | |
SaveToXML | Infraestrutura. Saves the XML definition of a package to a file. (Herdado de IDTSApplication100.) | |
SetPackageRoles | Infraestrutura. Sets the database roles that have read access and write access to the package. Database roles apply only to package stored in the SQL Server msdb database. (Herdado de IDTSApplication100.) |
Início