Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8905.0" />

.NET API 5,152,136 bytes

 OpenRowsetTableReference

Represents OPENROWSET table reference.
public StringLiteral DataSource { get; set; }

Data source name

public SchemaObjectName Object { get; set; }

Object to manipulate (with optional catalog and schema names).

public StringLiteral Password { get; set; }

The password

public StringLiteral ProviderName { get; set; }

Provider name

public StringLiteral ProviderString { get; set; }

The provider string

public StringLiteral Query { get; set; }

The query text

public StringLiteral UserId { get; set; }

The user id

Represent the columns that a user would like to read from files. It is Provided with the WITH clause.