http://schemas.microsoft.com/sqlserver/2004/SOAP/Options
element initialDatabase

Documentation
Set initial database on login.
The name of the initial database to attach to.
Whether the initial database is optional or not.
The filename of the database to attach to.
Properties
This component is not nillable.

Model
<initialDatabase
  filename = xsd:string
  optional = xsd:boolean : false
  value = xsd:string>

</initialDatabase>


Attribute Summary
 xsd:stringfilename
          The filename of the database to attach to. 
 xsd:booleanoptional
          Whether the initial database is optional or not. 
 xsd:stringvalue
          The name of the initial database to attach to. 

Attribute Detail

filename

The filename of the database to attach to.

Type:
xsd:string
Use:
optional
Form:
unqualified

optional

Whether the initial database is optional or not.

Type:
xsd:boolean
Default:
false
Use:
optional
Form:
unqualified

value

The name of the initial database to attach to.

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:element name="initialDatabase">
<xsd:complexType>
<xsd:attribute form="unqualified" name="value" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute default="false" form="unqualified" name="optional" type="xsd:boolean">
</xsd:attribute>
<xsd:attribute form="unqualified" name="filename" type="xsd:string">
</xsd:attribute>
</xsd:complexType>
</xsd:element>


http://www.stylusstudio.com