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)
Get
Friend Set
'Usage
Dim instance As OAImportDatabase
Dim value As Nullable(Of Integer)
value = instance.DirectoryLimit
public Nullable<int> DirectoryLimit { get; internal set; }
public:
property Nullable<int> DirectoryLimit {
Nullable<int> get ();
internal: void set (Nullable<int> value);
}
function get DirectoryLimit () : Nullable<int>
internal function set DirectoryLimit (value : Nullable<int>)
member DirectoryLimit : Nullable<int> with get, internal set
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