Share via


OpenRowsetCosmos 類別

定義

代表 OPENROWSET (PROVIDER = 'CosmosDB' ...) 資料表參考。

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

建構函式

OpenRowsetCosmos()

代表 OPENROWSET (PROVIDER = 'CosmosDB' ...) 資料表參考。

欄位

Uninitialized

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

(繼承來源 TSqlFragment)

屬性

Alias

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

(繼承來源 TableReferenceWithAlias)
Columns

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

(繼承來源 TableReferenceWithAliasAndColumns)
FirstTokenIndex

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

(繼承來源 TSqlFragment)
ForPath

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

(繼承來源 TableReferenceWithAlias)
FragmentLength

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

(繼承來源 TSqlFragment)
LastTokenIndex

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

(繼承來源 TSqlFragment)
Options

適用于 CosmosDB 的 OPENROWSET 選項組合。

ScriptTokenStream

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

(繼承來源 TSqlFragment)
StartColumn

取得起始資料行。

(繼承來源 TSqlFragment)
StartLine

取得起始行。

(繼承來源 TSqlFragment)
StartOffset

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

(繼承來源 TSqlFragment)
WithColumns

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

方法

Accept(TSqlFragmentVisitor)

接受訪客

AcceptChildren(TSqlFragmentVisitor)

接受子系的訪客

適用於