Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the AdomdConnection that the AdomdCommand uses.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Property Connection As AdomdConnection
Get
Set
'Uso
Dim instance As AdomdCommand
Dim value As AdomdConnection
value = instance.Connection
instance.Connection = value
public AdomdConnection Connection { get; set; }
public:
property AdomdConnection^ Connection {
AdomdConnection^ get ();
void set (AdomdConnection^ value);
}
member Connection : AdomdConnection with get, set
function get Connection () : AdomdConnection
function set Connection (value : AdomdConnection)
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection, or a nulles una referencia NULL (Nothing en Visual Basic). value if no AdomdConnection is associated with the AdomdCommand. The default value is a nulles una referencia NULL (Nothing en Visual Basic). value.
Comentarios
Before trying to run an AdomdCommand, you must set the Connection property to a valid AdomdConnection.