名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property IsRowGuidCol As Boolean
'使用
Dim instance As ColumnDefinition
Dim value As Boolean
value = instance.IsRowGuidCol
instance.IsRowGuidCol = value
public bool IsRowGuidCol { get; set; }
public:
property bool IsRowGuidCol {
bool get ();
void set (bool value);
}
public function get IsRowGuidCol () : boolean
public function set IsRowGuidCol (value : boolean)
プロパティ値
型 : System.Boolean