disk ステートメント オプションの種別を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property OptionKind As DiskStatementOptionKind
Get
Set
'使用
Dim instance As DiskStatementOption
Dim value As DiskStatementOptionKind
value = instance.OptionKind
instance.OptionKind = value
public DiskStatementOptionKind OptionKind { get; set; }
public:
property DiskStatementOptionKind OptionKind {
DiskStatementOptionKind get ();
void set (DiskStatementOptionKind value);
}
member OptionKind : DiskStatementOptionKind with get, set
function get OptionKind () : DiskStatementOptionKind
function set OptionKind (value : DiskStatementOptionKind)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.DiskStatementOptionKind
disk ステートメント オプションの種別。