共用方式為


OpenRowsetTableReference 類別

定義

表示 OPENROWSET 資料表參考。

[System.Serializable]
public class OpenRowsetTableReference : Microsoft.SqlServer.TransactSql.ScriptDom.TableReferenceWithAlias
[System.Serializable]
public class OpenRowsetTableReference : Microsoft.SqlServer.TransactSql.ScriptDom.TableReferenceWithAliasAndColumns
[<System.Serializable>]
type OpenRowsetTableReference = class
    inherit TableReferenceWithAlias
[<System.Serializable>]
type OpenRowsetTableReference = class
    inherit TableReferenceWithAliasAndColumns
Public Class OpenRowsetTableReference
Inherits TableReferenceWithAlias
Public Class OpenRowsetTableReference
Inherits TableReferenceWithAliasAndColumns
繼承
繼承
屬性

建構函式

OpenRowsetTableReference()

表示 OPENROWSET 資料表參考。

欄位

Uninitialized

要指出和未初始化權杖的常數。

(繼承來源 TSqlFragment)

屬性

Alias

選擇性資料表別名。 可能是 Null。

(繼承來源 TableReferenceWithAlias)
Columns

選擇性的資料行別名可能有零個元素。

(繼承來源 TableReferenceWithAliasAndColumns)
DataSource

資料來源名稱

FirstTokenIndex

取得或設定權杖的第一個索引。

(繼承來源 TSqlFragment)
ForPath

這個資料表參考是否標示為圖形 FOR PATH。

(繼承來源 TableReferenceWithAlias)
FragmentLength

定義片段在剖析的腳本中佔用的字元數。

(繼承來源 TSqlFragment)
LastTokenIndex

取得或設定權杖的最後一個索引。

(繼承來源 TSqlFragment)
Object

使用選擇性目錄和架構名稱) 操作 (的物件。

Password

密碼

ProviderName

提供者名稱

ProviderString

提供者字串

Query

查詢文字

ScriptTokenStream

取得或設定腳本權杖資料流程。

(繼承來源 TSqlFragment)
StartColumn

取得起始資料行。

(繼承來源 TSqlFragment)
StartLine

取得起始行。

(繼承來源 TSqlFragment)
StartOffset

定義剖析腳本中片段開始位置的字元位移。

(繼承來源 TSqlFragment)
UserId

使用者識別碼

WithColumns

代表使用者想要從檔案讀取的資料行。 它隨附 WITH 子句。

方法

Accept(TSqlFragmentVisitor)

接受訪客

AcceptChildren(TSqlFragmentVisitor)

接受子系的訪客

適用於