DeclareVariableStatement.Declarations 속성

Gets the list of declarations, must have at least one element.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property Declarations As IList(Of DeclareVariableElement)
    Get
‘사용 방법
Dim instance As DeclareVariableStatement 
Dim value As IList(Of DeclareVariableElement)

value = instance.Declarations
public IList<DeclareVariableElement> Declarations { get; }
public:
property IList<DeclareVariableElement^>^ Declarations {
    IList<DeclareVariableElement^>^ get ();
}
member Declarations : IList<DeclareVariableElement>
function get Declarations () : IList<DeclareVariableElement>

속성 값

유형: System.Collections.Generic.IList<DeclareVariableElement>
The list of declarations.

참고 항목

참조

DeclareVariableStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스