2.4.4.2.3 ConnectionManagerObjectDataSMOServerConnectionManagerType

The ConnectionManagerObjectDataSMOServerConnectionManagerType is the type of the SMOServerConnectionManager element that is a child of the ObjectData element when the type of the connection is to a database that is using the Server Management Objects (SMO) object model for server management.<6>

The following is the XSD of the ConnectionManagerObjectDataSMOServerConnectionManagerType complex type.

   <xs:complexType
     name="ConnectionManagerObjectDataSMOServerConnectionManagerType">
     <xs:sequence>
       <xs:element name="PassWord" type=
                   "DTS:PasswordElementType"
                   form="unqualified"/>
     </xs:sequence>
     <xs:attribute name="ConnectionString" type="xs:string"
                   form="unqualified" use="required"/>
   </xs:complexType>

The following tables specify the elements and attributes for the ConnectionManagerObjectDataSMOServerConnectionManagerType type.

Element

Constraints

Description

PassWord

None.

The password for the connection to the SMO server source. The password can be encrypted, depending on the settings of the attribute values for the PassWord element.

Element

Constraints

Description

ConnectionString

None.

The connection string to an SMO server source.