CreateSchemaStatement.StatementList 屬性
Gets or sets the optional list of statements.
命名空間: 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
The optional list of statements.