DbccStatement.Literals 屬性
Gets a list of named literals.
命名空間: 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>
A list of named literals.