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 command type.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property CommandType As GeneralSetCommandType
Get
Set
'Uso
Dim instance As GeneralSetCommand
Dim value As GeneralSetCommandType
value = instance.CommandType
instance.CommandType = value
public GeneralSetCommandType CommandType { get; set; }
public:
property GeneralSetCommandType CommandType {
GeneralSetCommandType get ();
void set (GeneralSetCommandType value);
}
member CommandType : GeneralSetCommandType with get, set
function get CommandType () : GeneralSetCommandType
function set CommandType (value : GeneralSetCommandType)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.GeneralSetCommandType
The command type.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom