名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property FilestreamAccessLevel As Nullable(Of Integer)
'使用
Dim instance As ISql100ServerOptions
Dim value As Nullable(Of Integer)
value = instance.FilestreamAccessLevel
instance.FilestreamAccessLevel = value
Nullable<int> FilestreamAccessLevel { get; set; }
property Nullable<int> FilestreamAccessLevel {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get FilestreamAccessLevel () : Nullable<int>
function set FilestreamAccessLevel (value : Nullable<int>)
プロパティ値
型 : System.Nullable<Int32>