ExecutableStringList.Strings 속성

Gets a list of strings, which can also hold variable names.

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

구문

‘선언
Public ReadOnly Property Strings As IList(Of ValueExpression)
    Get
‘사용 방법
Dim instance As ExecutableStringList 
Dim value As IList(Of ValueExpression)

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

속성 값

유형: System.Collections.Generic.IList<ValueExpression>
A list of strings which can also hold variable names.

참고 항목

참조

ExecutableStringList 클래스

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