名前付きリテラルの一覧を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public ReadOnly Property Literals As IList(Of DbccNamedLiteral)
Get
'使用
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 ();
}
member Literals : IList<DbccNamedLiteral>
function get Literals () : IList<DbccNamedLiteral>
プロパティ値
型: System.Collections.Generic.IList<DbccNamedLiteral>
名前付きリテラルの一覧。