Compartir a través de


TryConvertCall.Style Propiedad

Gets or sets the style of the date format.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Style As ScalarExpression 
    Get 
    Set
'Uso
Dim instance As TryConvertCall 
Dim value As ScalarExpression 

value = instance.Style

instance.Style = value
public ScalarExpression Style { get; set; }
public:
property ScalarExpression^ Style {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member Style : ScalarExpression with get, set
function get Style () : ScalarExpression 
function set Style (value : ScalarExpression)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The style of the date format.

Vea también

Referencia

TryConvertCall Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom