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.

请参阅

参考

DbccStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间