Classe AdomdCommand
Represents a command to be run against an analytical data source.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public NotInheritable Class AdomdCommand _
Inherits Component _
Implements IDbCommand, IDisposable, ICloneable, ICommandContentProvider
'Uso
Dim instance As AdomdCommand
public sealed class AdomdCommand : Component,
IDbCommand, IDisposable, ICloneable, ICommandContentProvider
public ref class AdomdCommand sealed : public Component,
IDbCommand, IDisposable, ICloneable, ICommandContentProvider
[<SealedAttribute>]
type AdomdCommand =
class
inherit Component
interface IDbCommand
interface IDisposable
interface ICloneable
interface ICommandContentProvider
end
public final class AdomdCommand extends Component implements IDbCommand, IDisposable, ICloneable, ICommandContentProvider
Hierarquia de herança
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices.AdomdClient..::..AdomdCommand
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.