다음을 통해 공유


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 네임스페이스