Classe RelationalDataSource
Represents a DataSource element based on a relational data source. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MajorObject
Microsoft.AnalysisServices. . :: . .DataSource
Microsoft.AnalysisServices..::..RelationalDataSource
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E")> _
Public NotInheritable Class RelationalDataSource _
Inherits DataSource
'Utilisation
Dim instance As RelationalDataSource
[GuidAttribute("3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E")]
public sealed class RelationalDataSource : DataSource
[GuidAttribute(L"3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E")]
public ref class RelationalDataSource sealed : public DataSource
[<SealedAttribute>]
[<GuidAttribute("3EDEB818-A0ED-43f2-8CFC-C2330F1EB37E")>]
type RelationalDataSource =
class
inherit DataSource
end
public final class RelationalDataSource extends DataSource
Le type RelationalDataSource expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
RelationalDataSource() () () () | Initializes a new instance of the RelationalDataSource class using default values. | |
RelationalDataSource(String, String) | Initializes a new instance of RelationalDataSource using a name and an identifier. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Annotations | Gets the collection object of all annotations to current object. (hérité de MajorObject.) | |
CanRaiseEvents | (hérité de Component.) | |
ConnectionString | Gets or sets a string specifying connection information. (hérité de DataSource.) | |
ConnectionStringSecurity | Gets or sets the connection security properties of a DataSource object. (hérité de DataSource.) | |
Container | (hérité de Component.) | |
CreatedTimestamp | Gets or sets the date and time of the creation of the object. (hérité de MajorObject.) | |
DataSourcePermissions | Gets the data source permissions associated with a specified DataSource object. (hérité de DataSource.) | |
Description | Gets or sets a description string of current object. (hérité de MajorObject.) | |
DesignMode | (hérité de Component.) | |
Events | (hérité de Component.) | |
FriendlyName | (hérité de NamedComponent.) | |
ID | (hérité de NamedComponent.) | |
ImpersonationInfo | Gets or sets the impersonation information associated with a specified DataSource object. (hérité de DataSource.) | |
IsLoaded | Infrastructure. (hérité de MajorObject.) | |
Isolation | Gets or sets the isolation property for a DataSource object. (hérité de DataSource.) | |
KeyForCollection | (hérité de NamedComponent.) | |
LastSchemaUpdate | Gets or sets the date and time when current object schema was last updated. (hérité de MajorObject.) | |
ManagedProvider | Gets or sets the managed provider name used by a DataSource object. (hérité de DataSource.) | |
MaxActiveConnections | Gets or sets the maximum number of concurrent connections enabled by an element that is derived from a DataSource object. (hérité de DataSource.) | |
Name | (hérité de NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (hérité de ModelComponent.) | |
Parent | Gets the parent Database of the DataSource object. (hérité de DataSource.) | |
ParentServer | Gets the parent Server of the DataSource object. (hérité de DataSource.) | |
Site | (hérité de NamedComponent.) | |
SiteID | (hérité de NamedComponent.) | |
Timeout | Gets or sets the length of time that must pass for Timeout to occur on a DataSource connection. (hérité de DataSource.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
AddToContainer | Infrastructure. (hérité de ModelComponent.) | |
AfterInsert | Infrastructure. (hérité de ModelComponent.) | |
AfterMove | Infrastructure. (hérité de ModelComponent.) | |
AfterRemove | Infrastructure. (hérité de ModelComponent.) | |
BeforeRemove | Infrastructure. (hérité de ModelComponent.) | |
Clone() () () () | Creates a new full copy of an object. (remplace DataSource. . :: . .Clone() () () ().) | |
Clone(Boolean) | Infrastructure. (hérité de MajorObject.) | |
CopyTo(ModelComponent) | Infrastructure. (hérité de ModelComponent.) | |
CopyTo(NamedComponent) | (hérité de NamedComponent.) | |
CopyTo(RelationalDataSource) | Copies a RelationalDataSource object to the specified object. | |
CopyTo(MajorObject, Boolean) | Infrastructure. (hérité de DataSource.) | |
CreateObjRef | (hérité de MarshalByRefObject.) | |
Dispose() () () () | (hérité de Component.) | |
Dispose(Boolean) | (hérité de Component.) | |
Drop() () () () | Removes current object and updates server. (hérité de MajorObject.) | |
Drop(DropOptions) | Removes current object and updates server using specified options. (hérité de MajorObject.) | |
Drop(DropOptions, XmlaWarningCollection) | Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object. (hérité de MajorObject.) | |
Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection) | Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (hérité de MajorObject.) | |
Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection, Boolean) | Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (hérité de MajorObject.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Component.) | |
GetCreateReferences | Infrastructure. (hérité de MajorObject.) | |
GetDependents | Infrastructure. (hérité de DataSource.) | |
GetDropDependents | Infrastructure. (hérité de DataSource.) | |
GetHashCode | (hérité de Object.) | |
GetLifetimeService | (hérité de MarshalByRefObject.) | |
GetReferences | Infrastructure. (hérité de DataSource.) | |
GetService | (hérité de Component.) | |
GetType | (hérité de Object.) | |
GetUpdateOverwrites | Infrastructure. (hérité de MajorObject.) | |
InitializeLifetimeService | (hérité de MarshalByRefObject.) | |
MemberwiseClone() () () () | (hérité de Object.) | |
MemberwiseClone(Boolean) | (hérité de MarshalByRefObject.) | |
Refresh() () () () | Updates current object from server definitions. (hérité de MajorObject.) | |
Refresh(Boolean) | Updates current object from server definitions and loaded dependent objects if specified. (hérité de MajorObject.) | |
Refresh(Boolean, RefreshType) | Updates current object from server definitions and loaded dependent objects if specified. (hérité de MajorObject.) | |
RemoveFromContainer | Infrastructure. (hérité de ModelComponent.) | |
Reset | (hérité de NamedComponent.) | |
Submit() () () () | Infrastructure. (hérité de ModelComponent.) | |
Submit(Boolean) | Infrastructure. (hérité de ModelComponent.) | |
ToString | (hérité de NamedComponent.) | |
Update() () () () | Updates server definition of current object to actual values using the default values to update dependent objects. (hérité de MajorObject.) | |
Update(UpdateOptions) | Updates server definition of current object to actual values using the specified options to update dependent objects. (hérité de MajorObject.) | |
Update(UpdateOptions, UpdateMode) | Updates server definition of current object to actual values using the specified options to update dependent objects. (hérité de MajorObject.) | |
Update(UpdateOptions, UpdateMode, XmlaWarningCollection) | Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation. (hérité de MajorObject.) | |
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection) | Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. (hérité de MajorObject.) | |
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean) | Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. If analyzeImpactOnly is true, an impact analysis operation is performed with no update operation. (hérité de MajorObject.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (hérité de ModelComponent.) | |
Validate(ValidationResultCollection) | (hérité de MajorObject.) | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (hérité de ModelComponent.) | |
Validate(ValidationResultCollection, ValidationOptions) | (hérité de MajorObject.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (hérité de DataSource.) | |
Validate(ValidationResultCollection, ValidationOptions, ServerEdition) | (hérité de MajorObject.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ICloneable. . :: . .Clone | (hérité de DataSource.) | |
IDeserializationCallback. . :: . .OnDeserialization | (hérité de MajorObject.) | |
IFormattable. . :: . .ToString | (hérité de NamedComponent.) | |
IConnectionStringHolder. . :: . .ReturnPassword | (hérité de DataSource.) | |
IDeserializationStartCallback. . :: . .OnDeserializationBegin | (hérité de MajorObject.) | |
IHostableComponent. . :: . .Host | (hérité de ModelComponent.) | |
IMajorObject. . :: . .BaseType | (hérité de DataSource.) | |
IMajorObject. . :: . .CreateBody | (hérité de DataSource.) | |
IMajorObject. . :: . .DependsOn | (hérité de DataSource.) | |
IMajorObject. . :: . .ObjectReference | (hérité de DataSource.) | |
IMajorObject. . :: . .ParentDatabase | (hérité de DataSource.) | |
IMajorObject. . :: . .Path | (hérité de DataSource.) | |
IMajorObject. . :: . .WriteRef | (hérité de DataSource.) | |
IModelComponent. . :: . .FriendlyPath | (hérité de ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (hérité de ModelComponent.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.