Compartir a través de


DMQueryTask.InputConnection Property

Gets or sets the connection string to an Analysis Services project or an Analysis Services database.

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Ensamblado: Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)

Sintaxis

'Declaración
Public Property InputConnection As String
public string InputConnection { get; set; }
public:
virtual property String^ InputConnection {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_InputConnection ()

/** @property */
public final void set_InputConnection (String value)
public final function get InputConnection () : String

public final function set InputConnection (value : String)

Valor de propiedad

A String that contains the connection string to an Analysis Services project or an Analysis Services database.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DMQueryTask Class
DMQueryTask Members
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace