Connection.ConnectionFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
odcFile
Represents the following attribute in the schema: odcFile
[DocumentFormat.OpenXml.SchemaAttr(0, "odcFile")]
public DocumentFormat.OpenXml.StringValue ConnectionFile { get; set; }
public DocumentFormat.OpenXml.StringValue ConnectionFile { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "odcFile")]
public DocumentFormat.OpenXml.StringValue? ConnectionFile { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("odcFile")]
public DocumentFormat.OpenXml.StringValue? ConnectionFile { get; set; }
public DocumentFormat.OpenXml.StringValue? ConnectionFile { get; set; }
member this.ConnectionFile : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "odcFile")>]
member this.ConnectionFile : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("odcFile")>]
member this.ConnectionFile : DocumentFormat.OpenXml.StringValue with get, set
Public Property ConnectionFile As StringValue
Property Value
Returns StringValue.
- Attributes