TryConvertCall.Style 属性

Gets or sets the style of the date format.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Style As ScalarExpression 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The style of the date format.

请参阅

参考

TryConvertCall 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间