Share via


DatabaseProperties.Connection Property

Definition

Connection String

Represents the following attribute in the schema: connection

[DocumentFormat.OpenXml.SchemaAttr(0, "connection")]
public DocumentFormat.OpenXml.StringValue Connection { get; set; }
public DocumentFormat.OpenXml.StringValue Connection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "connection")]
public DocumentFormat.OpenXml.StringValue? Connection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("connection")]
public DocumentFormat.OpenXml.StringValue? Connection { get; set; }
public DocumentFormat.OpenXml.StringValue? Connection { get; set; }
member this.Connection : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "connection")>]
member this.Connection : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("connection")>]
member this.Connection : DocumentFormat.OpenXml.StringValue with get, set
Public Property Connection As StringValue

Property Value

Returns StringValue.

Attributes

Applies to