個々のコマンドの一覧を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public ReadOnly Property Commands As IList(Of SetCommand)
Get
'使用
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 ();
}
member Commands : IList<SetCommand>
function get Commands () : IList<SetCommand>
プロパティ値
型: System.Collections.Generic.IList<SetCommand>
個々のコマンドの一覧。