ディレクトリに格納されるファイルの最大数を取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Property DirectoryLimit As Nullable(Of Integer)
'使用
Dim instance As OAImportDatabase
Dim value As Nullable(Of Integer)
value = instance.DirectoryLimit
instance.DirectoryLimit = value
public Nullable<int> DirectoryLimit { get; internal set; }
public:
property Nullable<int> DirectoryLimit {
Nullable<int> get ();
void set (Nullable<int> value);
}
public function get DirectoryLimit () : Nullable<int>
public function set DirectoryLimit (value : Nullable<int>)
プロパティ値
型 : System.Nullable<Int32>
参照
参照
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation 名前空間