Compartir a través de


Connection.Type Property

Database Source Type.Represents the attribte in schema: type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "type")> _
Public Property Type As UInt32Value
    Get
    Set
'Uso
Dim instance As Connection
Dim value As UInt32Value

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public UInt32Value Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace