Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum number of files that should be placed into a directory.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Property DirectoryLimit As Nullable(Of Integer)
'Usage
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>)
Property Value
Type: System.Nullable<Int32>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace