Classe IntegrationServices
Represents the root of the Integration Services.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class IntegrationServices _
Inherits SfcInstance _
Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Utilizzo
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
Nel tipo IntegrationServices sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AbstractIdentityKey | Ereditato da SfcInstance. | |
Catalogs | Gets the catalogs. | |
Connection | Gets or sets the connection. | |
IdentityKey | Gets the identity key. | |
Metadata | Ereditato da SfcInstance. | |
Name | Gets the name of the IntegrationServices object. | |
Parent | Ereditato da SfcInstance. | |
Properties | Ereditato da SfcInstance. | |
State | Ereditato da SfcInstance. | |
Urn | Ereditato da SfcInstance. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CreateIdentityKey | Ereditato da SfcInstance. | |
Discover | Ereditato da SfcInstance. | |
Equals | Ereditato da Object. | |
GetChildCollection | Ereditato da SfcInstance. | |
GetDomain | Ereditato da SfcInstance. | |
GetHashCode | Ereditato da Object. | |
GetPropertySet | Ereditato da SfcInstance. | |
GetType | Ereditato da Object. | |
GetTypeMetadataImpl | Ereditato da SfcInstance. | |
InitializeUIPropertyState | Ereditato da SfcInstance. | |
OnPropertyMetadataChanges | Ereditato da SfcInstance. | |
OnPropertyValueChanges | Ereditato da SfcInstance. | |
Refresh | Ereditato da SfcInstance. | |
ResetKey | Ereditato da SfcInstance. | |
Serialize | Ereditato da SfcInstance. | |
ToString | Indicates the string identity which is the associated server name. Esegue l'override di SfcInstance.ToString(). |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
PropertyChanged | Ereditato da SfcInstance. | |
PropertyMetadataChanged | Ereditato da SfcInstance. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
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. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices