Share via


NoNamespace.connection Field

Definition

Represents the connection XML attributes.

public static readonly System.Xml.Linq.XName connection;
 staticval mutable connection : System.Xml.Linq.XName
Public Shared ReadOnly connection As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: dbPr, dataFeedPr, modelTable, oledbPr.
  • corresponds to the following strongly-typed properties: DatabaseProperties.Connection, DataFeedProperties.Connection, ModelTable.Connection, OleDbPrpoperties.Connection.

Applies to