Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the style of the date format. Optional, may be nullein NULL-Verweis (Nothing in Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Style As ScalarExpression
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The style of the date format. Optional, may be nullein NULL-Verweis (Nothing in Visual Basic).