Gets or sets the style of the date format. Optional, may be nullnull 參考 (在 Visual Basic 中為 Nothing).
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Style As ScalarExpression
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The style of the date format. Optional, may be nullnull 參考 (在 Visual Basic 中為 Nothing).