Freigeben über


AdomdCommand.CommandStream Property

Gets or sets the command to run, using a System.IO.Stream.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property CommandStream As Stream
[BrowsableAttribute(false)] 
public Stream CommandStream { get; set; }
[BrowsableAttribute(false)] 
public:
property Stream^ CommandStream {
    Stream^ get ();
    void set (Stream^ value);
}
/** @property */
public Stream get_CommandStream ()

/** @property */
public void set_CommandStream (Stream value)
public function get CommandStream () : Stream

public function set CommandStream (value : Stream)

Eigenschaftswert

A System.IO.Stream that contains the XML-based command for the AdomdCommand.

Ausnahmen

Ausnahmetyp Bedingung
System.ArgumentException

The System.IO.Stream does not support reading.

Hinweise

You can use either the CommandText property or the CommandStream property to provide a command to be run by the AdomdCommand. If either both properties are set or neither property is set, then an exception is thrown when the AdomdCommand tries to run the command.

The AdomdCommand assumes that the System.IO.Stream contains an XML for Analysis compliant command (that is, a command that can be framed by the <Command> tag within an XML for Analysis request).

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdClient Namespace