フェッチ情報を取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property FetchType As FetchType
'使用
Dim instance As FetchCursorStatement
Dim value As FetchType
value = instance.FetchType
instance.FetchType = value
public FetchType FetchType { get; set; }
public:
property FetchType^ FetchType {
FetchType^ get ();
void set (FetchType^ value);
}
public function get FetchType () : FetchType
public function set FetchType (value : FetchType)
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.Sql.FetchType
FetchType を返します。