TSqlBatch.Statements 속성

Gets a list of statements, possibly empty.

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

구문

‘선언
Public ReadOnly Property Statements As IList(Of TSqlStatement)
    Get
‘사용 방법
Dim instance As TSqlBatch 
Dim value As IList(Of TSqlStatement)

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

속성 값

유형: System.Collections.Generic.IList<TSqlStatement>
A list of statements.

참고 항목

참조

TSqlBatch 클래스

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