다음을 통해 공유


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 네임스페이스