) (Visio XML) (DataConnections_Type complexType 的 DataConnection 元素
抽象化一或多個 DataRecordset 元素與非 XML 數據源之間的通訊。
元素資訊
值 | |
---|---|
項目類型 |
DataConnection_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
架構檔案 |
VisioSchema15.xsd |
檔元件 |
connections.xml |
定義
< xs:element name="DataConnection" type="DataConnection_Type" minOccurs="1" maxOccurs="unbounded" >
</xs:element >
項目和屬性
如果架構定義特定需求,例如 sequence、 minOccurs、 maxOccurs 和 choice,請參閱定義一節。
父元素
元素 | 類型 | 描述 |
---|---|---|
DataConnections |
DataConnections_Type |
包含檔的 DataConnection 元素。 |
子元素
無。
屬性
屬性 | 類型 | Required | 描述 | 可能值 |
---|---|---|---|---|
AlwaysUseConnectionFile |
xsd:boolean |
選用 |
預設值為 False。 如需詳細資訊,請參閱<備註>。 | xsd:boolean 類型的值。 |
命令 |
xsd:string |
選用 |
用來查詢數據源的命令字串。 | xsd:string 類型的值。 |
ConnectionString |
xsd:string |
選用 |
定義連接到數據源所需參數的 連接字串。 | xsd:string 類型的值。 |
FileName |
xsd:string |
必要 |
連接檔案的名稱。 如需詳細資訊,請參閱<備註>。 | xsd:string 類型的值。 |
FriendlyName |
xsd:string |
選用 |
使用者提供的數據連線名稱。 | xsd:string 類型的值。 |
識別碼 |
xsd:unsignedInt |
必要 |
Visio 為指定連線指派的標識碼,在檔內是唯一的。 | xsd:unsignedInt 類型的值。 |
Timeout |
xsd:unsignedInt |
選用 |
在結束嘗試之前,嘗試建立連線時的等候時間以分鐘為單位。 | xsd:unsignedInt 類型的值。 |