Represents the root of the Integration Services.
继承层次结构
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public NotInheritable Class IntegrationServices _
Inherits SfcInstance _
Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
用法
Dim instance As IntegrationServices
public sealed class IntegrationServices : SfcInstance,
ISfcDomain, ISfcDomainLite, ISfcHasConnection
public ref class IntegrationServices sealed : public SfcInstance,
ISfcDomain, ISfcDomainLite, ISfcHasConnection
[<SealedAttribute>]
type IntegrationServices =
class
inherit SfcInstance
interface ISfcDomain
interface ISfcDomainLite
interface ISfcHasConnection
end
public final class IntegrationServices extends SfcInstance implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
IntegrationServices 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
IntegrationServices() | Initializes a new instance of the IntegrationServices class. |
![]() |
IntegrationServices(SfcConnection) | Initializes a new instance of the IntegrationServices class with the specified connection. |
![]() |
IntegrationServices(Server) | Initializes a new instance of the IntegrationServices class with the specified server. |
![]() |
IntegrationServices(SqlConnection) | Initializes a new instance of the IntegrationServices class with the specified SQL connection. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
AbstractIdentityKey | (从 SfcInstance 继承。) |
![]() |
Catalogs | Gets the catalogs. |
![]() |
Connection | Gets or sets the connection. |
![]() |
IdentityKey | Gets the identity key. |
![]() |
Metadata | (从 SfcInstance 继承。) |
![]() |
Name | Gets the name of the IntegrationServices object. |
![]() |
Parent | (从 SfcInstance 继承。) |
![]() |
Properties | (从 SfcInstance 继承。) |
![]() |
State | (从 SfcInstance 继承。) |
![]() |
Urn | (从 SfcInstance 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
CreateIdentityKey | (从 SfcInstance 继承。) |
![]() |
Discover | (从 SfcInstance 继承。) |
![]() |
Equals | (从 Object 继承。) |
![]() |
GetChildCollection | (从 SfcInstance 继承。) |
![]() |
GetDomain | (从 SfcInstance 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetPropertySet | (从 SfcInstance 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
GetTypeMetadataImpl | (从 SfcInstance 继承。) |
![]() |
InitializeUIPropertyState | (从 SfcInstance 继承。) |
![]() |
OnPropertyMetadataChanges | (从 SfcInstance 继承。) |
![]() |
OnPropertyValueChanges | (从 SfcInstance 继承。) |
![]() |
Refresh | (从 SfcInstance 继承。) |
![]() |
ResetKey | (从 SfcInstance 继承。) |
![]() |
Serialize | (从 SfcInstance 继承。) |
![]() |
ToString | Indicates the string identity which is the associated server name. (覆盖 SfcInstance.ToString()。) |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
PropertyChanged | (从 SfcInstance 继承。) |
![]() |
PropertyMetadataChanged | (从 SfcInstance 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
ISfcHasConnection.ConnectionContext | Gets the context of the connection. |
![]() ![]() |
ISfcDomainLite.DomainInstanceName | Gets the name of the ___domain instance. |
![]() ![]() |
ISfcDomainLite.DomainName | Gets the name of the ___domain. |
![]() ![]() |
ISfcHasConnection.GetConnection() | Retrieves the server connection to the backing storage. |
![]() ![]() |
ISfcHasConnection.GetConnection(SfcObjectQueryMode) | Retrieves the current connection to query on. Returns a connection supporting either a single serial query or multiple simultaneously open queries as requested. |
![]() ![]() |
ISfcDomain.GetExecutionEngine | Retrieves the execution engine. |
![]() ![]() |
ISfcDomain.GetKey | Retrieves the key object given by urn fragment. |
![]() ![]() |
ISfcDomainLite.GetLogicalVersion | Retrieves the logical version of the ___domain. |
![]() ![]() |
ISfcDomain.GetType | Retrieves the type. |
![]() ![]() |
ISfcDomain.GetTypeMetadata | Retrieves the metadata of the type that has the specified type name. |
![]() ![]() |
ISfcHasConnection.SetConnection | Sets the active connection for the ___domain root. |
![]() ![]() |
ISfcDomain.UseSfcStateManagement | Retrieves or sets a value that indicates whether the SFC state management is used. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。