Share via


OAImportDatabase.DirectoryLimit Property

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

See Also

Reference

OAImportDatabase Class

OAImportDatabase Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace