Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the style of the date format.
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 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)
Valeur de propriété
Type : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The style of the date format.