Classe Operation
Represents the class for an operation.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.Operation
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public Class Operation _
Inherits SfcInstance
'Utilizzo
Dim instance As Operation
public class Operation : SfcInstance
public ref class Operation : public SfcInstance
type Operation =
class
inherit SfcInstance
end
public class Operation extends SfcInstance
Nel tipo Operation sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
AbstractIdentityKey | Ereditato da SfcInstance. | |
CallerName | Gets the name of the caller. | |
Completed | Gets or sets a value that indicates whether the operation has completed. | |
CreatedTime | Gets the create time of the operation. | |
EndTime | Gets the end time of the operation. | |
Id | Gets the identifier of the operation. | |
IdentityKey | Gets the identity key. | |
Messages | Gets the messages for the current operation. | |
Metadata | Ereditato da SfcInstance. | |
ObjectId | Gets the identifier of the object. | |
ObjectName | Gets the name of the object. | |
ObjectType | Gets the type of the object. | |
OperationType | Gets the type of the operation. | |
Parent | Gets or sets the parent. | |
Properties | Ereditato da SfcInstance. | |
PropertyStorageProvider | Ereditato da SfcInstance. | |
StartTime | Gets the start time of the operation. | |
State | Ereditato da SfcInstance. | |
Status | Gets the status of the operation. | |
StoppedByName | Gets the user (if any) that stopped the operation. | |
Urn | Ereditato da SfcInstance. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AlterImpl | Ereditato da SfcInstance. | |
CheckObjectCreated | Ereditato da SfcInstance. | |
CheckObjectState | Ereditato da SfcInstance. | |
CreateIdentityKey | Creates the identity key. Esegue l'override di SfcInstance.CreateIdentityKey(). | |
CreateImpl | Ereditato da SfcInstance. | |
Deny | Denies the operation for the integration service. | |
Discover | Ereditato da SfcInstance. | |
DropImpl | Ereditato da SfcInstance. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetChildCollection | Retrieves the child collection based on element type. Esegue l'override di SfcInstance.GetChildCollection(String). | |
GetDomain | Ereditato da SfcInstance. | |
GetEffectivePermissions | Retrieves the effective permissions for the operation. | |
GetExplicitPermissions() | Retrieves the explicit permission for the operation. | |
GetExplicitPermissions(String) | Retrieves the explicit permission for the operation with specified user name. | |
GetHashCode | Ereditato da Object. | |
GetLatestMessages | Gets the latest message for the operation. | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | Ereditato da SfcInstance. | |
GetType | Ereditato da Object. | |
GetTypeMetadataImpl | Ereditato da SfcInstance. | |
Grant | Grants permission to the operation. | |
InitializeUIPropertyState | Ereditato da SfcInstance. | |
MarkForDropImpl | Ereditato da SfcInstance. | |
MarkRootAsConnected | Ereditato da SfcInstance. | |
MemberwiseClone | Ereditato da Object. | |
MoveImpl | Ereditato da SfcInstance. | |
OnPropertyMetadataChanges | Ereditato da SfcInstance. | |
OnPropertyValueChanges | Ereditato da SfcInstance. | |
PostAlter | Ereditato da SfcInstance. | |
PostCreate | Ereditato da SfcInstance. | |
PostDrop | Ereditato da SfcInstance. | |
PostMove | Ereditato da SfcInstance. | |
PostRename | Ereditato da SfcInstance. | |
Refresh | Ereditato da SfcInstance. | |
RenameImpl | Ereditato da SfcInstance. | |
ResetKey | Ereditato da SfcInstance. | |
Revoke | Revokes the operation. | |
ScriptDeny | Denies the operation script. | |
ScriptGrant | Grants the script for the operation. | |
ScriptRevoke | Revokes the operation script. | |
Serialize | Ereditato da SfcInstance. | |
Stop | Stops the operation. | |
ToString | Ereditato da SfcInstance. | |
UpdateUIPropertyState | Ereditato da SfcInstance. | |
Validate | Ereditato da SfcInstance. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
propertyChanged | Ereditato da SfcInstance. | |
PropertyChanged | Ereditato da SfcInstance. | |
propertyMetadataChanged | Ereditato da SfcInstance. | |
PropertyMetadataChanged | Ereditato da SfcInstance. |
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