ConvertCall.Style 属性
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).