ステートメントの省略可能な一覧を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property StatementList As StatementList
Get
Set
'使用
Dim instance As CreateSchemaStatement
Dim value As StatementList
value = instance.StatementList
instance.StatementList = value
public StatementList StatementList { get; set; }
public:
property StatementList^ StatementList {
StatementList^ get ();
void set (StatementList^ value);
}
member StatementList : StatementList with get, set
function get StatementList () : StatementList
function set StatementList (value : StatementList)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.StatementList
ステートメントの省略可能な一覧。