Compartilhar via


Propriedade do RDL TryConvertCall.Style

Gets or sets the style of the date format.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

TryConvertCall Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom