日付の形式のスタイルを取得または設定します。
名前空間: 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
日付の形式のスタイル。