Partager via


Propriété ConvertCall.Style

Gets or sets the style of the date format. Optional, may be nullune référence Null (Nothing dans Visual Basic).

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Style As ScalarExpression 
    Get 
    Set
'Utilisation
Dim instance As ConvertCall 
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The style of the date format. Optional, may be nullune référence Null (Nothing dans Visual Basic).

Voir aussi

Référence

ConvertCall Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom