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