Partager via


OAImportDatabase.DirectoryLimit, propriété

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package.Sql (dans Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntaxe

'Déclaration
Public Property DirectoryLimit As Nullable(Of Integer)
    Get
    Friend Set
public Nullable<int> DirectoryLimit { get; internal set; }
public:
property Nullable<int> DirectoryLimit {
    Nullable<int> get ();
    internal: void set (Nullable<int> value);
}
member DirectoryLimit : Nullable<int> with get, internal set
function get DirectoryLimit () : Nullable<int>
internal function set DirectoryLimit (value : Nullable<int>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

OAImportDatabase Classe

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal, espace de noms