InsertInto Property

Analysis Services Programming

Analysis Services Programming

InsertInto Property

This property contains the INSERT INTO statement that is used in the connection string during creation of a local cube.

Property Name

InsertInto

Property ID

DBPROP_MSMD_INSERTINTO

Remarks

You must use this property with the CreateCube property and the Source_DSN property. When these three properties are used, they are always used together.

This property's value is used when a session is established, but the value cannot be changed during the session.

Note  The name of this property is formatted differently than the name for the INSERT INTO statement with which it is associated. When used in the connection string, it must be formatted as a single word: InsertInto.

See Also

INSERT INTO Statement

CreateCube Property

Source_DSN Property