SetCommandStatement.Commands プロパティ

個々のコマンドの一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property Commands As IList(Of SetCommand)
'使用
Dim instance As SetCommandStatement
Dim value As IList(Of SetCommand)

value = instance.Commands
public IList<SetCommand> Commands { get; }
public:
property IList<SetCommand^>^ Commands {
    IList<SetCommand^>^ get ();
}
public function get Commands () : IList<SetCommand>

プロパティ値

型 : System.Collections.Generic.IList<SetCommand>

参照

参照

SetCommandStatement クラス

SetCommandStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間