名前付きリテラルの一覧を取得します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public ReadOnly Property Literals As IList(Of DbccNamedLiteral)
'使用
Dim instance As DbccStatement
Dim value As IList(Of DbccNamedLiteral)
value = instance.Literals
public IList<DbccNamedLiteral> Literals { get; }
public:
property IList<DbccNamedLiteral^>^ Literals {
IList<DbccNamedLiteral^>^ get ();
}
public function get Literals () : IList<DbccNamedLiteral>
プロパティ値
型 : System.Collections.Generic.IList<DbccNamedLiteral>