Catalog Property (DTS)

The Catalog property specifies the name of the catalog in which the connection will initially be established.

Applies To
Connection Object  

Syntax

object.Catalog [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Name of a catalog (for example, a database)

Remarks

When establishing a connection using the Microsoft OLE DB Provider for SQL Server, the Catalog property is a database name.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCatalog(BSTR *pRetVal);

HRESULT SetCatalog(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.