Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the list of individual commands.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public ReadOnly Property Commands As IList(Of SetCommand)
Get
'Uso
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>
Valor de la propiedad
Tipo: System.Collections.Generic.IList<SetCommand>
The list of individual commands.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom