Classe DataSource
Defines a data source in a Microsoft SQL Server 2005 Analysis Services (SSAS) Database element.
Hierarquia de herança
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MajorObject
Microsoft.AnalysisServices..::..DataSource
Microsoft.AnalysisServices. . :: . .OlapDataSource
Microsoft.AnalysisServices. . :: . .RelationalDataSource
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("D592FE72-4B71-4366-BB6D-6FD97A338DFC")> _
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")> _
Public MustInherit Class DataSource _
Inherits MajorObject _
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ICloneable, IConnectionStringHolder
'Uso
Dim instance As DataSource
[GuidAttribute("D592FE72-4B71-4366-BB6D-6FD97A338DFC")]
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public abstract class DataSource : MajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable, IConnectionStringHolder
[GuidAttribute(L"D592FE72-4B71-4366-BB6D-6FD97A338DFC")]
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public ref class DataSource abstract : public MajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable, IConnectionStringHolder
[<AbstractClassAttribute>]
[<GuidAttribute("D592FE72-4B71-4366-BB6D-6FD97A338DFC")>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")>]
type DataSource =
class
inherit MajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
interface IConnectionStringHolder
end
public abstract class DataSource extends MajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable, IConnectionStringHolder
O tipo DataSource expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DataSource() () () () | Initializes a new instance of DataSource using the default values. | |
DataSource(String, String) | Initializes a new instance of DataSource using a name and an identifier. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Annotations | Gets the collection object of all annotations to current object. (Herdado de MajorObject.) | |
CanRaiseEvents | (Herdado de Component.) | |
ConnectionString | Gets or sets a string specifying connection information. | |
ConnectionStringSecurity | Gets or sets the connection security properties of a DataSource object. | |
Container | (Herdado de Component.) | |
CreatedTimestamp | Gets or sets the date and time of the creation of the object. (Herdado de MajorObject.) | |
DataSourcePermissions | Gets the data source permissions associated with a specified DataSource object. | |
Description | Gets or sets a description string of current object. (Herdado de MajorObject.) | |
DesignMode | (Herdado de Component.) | |
Events | (Herdado de Component.) | |
FriendlyName | (Herdado de NamedComponent.) | |
ID | (Herdado de NamedComponent.) | |
ImpersonationInfo | Gets or sets the impersonation information associated with a specified DataSource object. | |
IsLoaded | Infraestrutura. (Herdado de MajorObject.) | |
Isolation | Gets or sets the isolation property for a DataSource object. | |
KeyForCollection | (Herdado de NamedComponent.) | |
LastSchemaUpdate | Gets or sets the date and time when current object schema was last updated. (Herdado de MajorObject.) | |
ManagedProvider | Gets or sets the managed provider name used by a DataSource object. | |
MaxActiveConnections | Gets or sets the maximum number of concurrent connections enabled by an element that is derived from a DataSource object. | |
Name | (Herdado de NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.) | |
Parent | Gets the parent Database of the DataSource object. | |
ParentServer | Gets the parent Server of the DataSource object. | |
Site | (Herdado de NamedComponent.) | |
SiteID | (Herdado de NamedComponent.) | |
Timeout | Gets or sets the length of time that must pass for Timeout to occur on a DataSource connection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
AddToContainer | Infraestrutura. (Herdado de ModelComponent.) | |
AfterInsert | Infraestrutura. (Herdado de ModelComponent.) | |
AfterMove | Infraestrutura. (Herdado de ModelComponent.) | |
AfterRemove | Infraestrutura. (Herdado de ModelComponent.) | |
BeforeRemove | Infraestrutura. (Herdado de ModelComponent.) | |
Clone() () () () | Creates a new, full copy of a DataSource object. | |
Clone(Boolean) | Infraestrutura. (Herdado de MajorObject.) | |
CopyTo(ModelComponent) | Infraestrutura. (Herdado de ModelComponent.) | |
CopyTo(NamedComponent) | (Herdado de NamedComponent.) | |
CopyTo(MajorObject, Boolean) | Infraestrutura. (Substitui MajorObject. . :: . .CopyTo(MajorObject, Boolean).) | |
CreateObjRef | (Herdado de MarshalByRefObject.) | |
Dispose() () () () | (Herdado de Component.) | |
Dispose(Boolean) | (Herdado de Component.) | |
Drop() () () () | Removes current object and updates server. (Herdado de MajorObject.) | |
Drop(DropOptions) | Removes current object and updates server using specified options. (Herdado 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. (Herdado 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. (Herdado 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. (Herdado de MajorObject.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Component.) | |
GetCreateReferences | Infraestrutura. (Herdado de MajorObject.) | |
GetDependents | Infraestrutura. (Substitui MajorObject. . :: . .GetDependents(Hashtable).) | |
GetDropDependents | Infraestrutura. (Substitui MajorObject. . :: . .GetDropDependents(Hashtable, Hashtable).) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | (Herdado de MarshalByRefObject.) | |
GetReferences | Infraestrutura. (Substitui MajorObject. . :: . .GetReferences(Hashtable, Boolean).) | |
GetService | (Herdado de Component.) | |
GetType | (Herdado de Object.) | |
GetUpdateOverwrites | Infraestrutura. (Herdado de MajorObject.) | |
InitializeLifetimeService | (Herdado de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Herdado de Object.) | |
MemberwiseClone(Boolean) | (Herdado de MarshalByRefObject.) | |
Refresh() () () () | Updates current object from server definitions. (Herdado de MajorObject.) | |
Refresh(Boolean) | Updates current object from server definitions and loaded dependent objects if specified. (Herdado de MajorObject.) | |
Refresh(Boolean, RefreshType) | Updates current object from server definitions and loaded dependent objects if specified. (Herdado de MajorObject.) | |
RemoveFromContainer | Infraestrutura. (Herdado de ModelComponent.) | |
Reset | (Herdado de NamedComponent.) | |
Submit() () () () | Infraestrutura. (Herdado de ModelComponent.) | |
Submit(Boolean) | Infraestrutura. (Herdado de ModelComponent.) | |
ToString | (Herdado de NamedComponent.) | |
Update() () () () | Updates server definition of current object to actual values using the default values to update dependent objects. (Herdado de MajorObject.) | |
Update(UpdateOptions) | Updates server definition of current object to actual values using the specified options to update dependent objects. (Herdado de MajorObject.) | |
Update(UpdateOptions, UpdateMode) | Updates server definition of current object to actual values using the specified options to update dependent objects. (Herdado 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. (Herdado 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. (Herdado 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. (Herdado de MajorObject.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.) | |
Validate(ValidationResultCollection) | (Herdado 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. (Herdado de ModelComponent.) | |
Validate(ValidationResultCollection, ValidationOptions) | (Herdado de MajorObject.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Substitui NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) | |
Validate(ValidationResultCollection, ValidationOptions, ServerEdition) | (Herdado de MajorObject.) |
Início
Implementações de interfaces explícitas
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.