ExternalFileFormat Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ExternalFileFormat() | |
| ExternalFileFormat(Database, String) | |
| ExternalFileFormat(Database, String, ExternalFileFormatType) |
Constructeur paramétré : remplit les propriétés à partir des valeurs de paramètre. Constructeur surchargé pour définir toutes les propriétés requises du format de fichier externe. |
ExternalFileFormat()
public ExternalFileFormat();
Public Sub New ()
S’applique à
ExternalFileFormat(Database, String)
public ExternalFileFormat(Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.ExternalFileFormat : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.ExternalFileFormat
Public Sub New (database As Database, name As String)
Paramètres
- database
- Database
- name
- String
S’applique à
ExternalFileFormat(Database, String, ExternalFileFormatType)
Constructeur paramétré : remplit les propriétés à partir des valeurs de paramètre. Constructeur surchargé pour définir toutes les propriétés requises du format de fichier externe.
public ExternalFileFormat(Microsoft.SqlServer.Management.Smo.Database parent, string name, Microsoft.SqlServer.Management.Smo.ExternalFileFormatType formatType);
new Microsoft.SqlServer.Management.Smo.ExternalFileFormat : Microsoft.SqlServer.Management.Smo.Database * string * Microsoft.SqlServer.Management.Smo.ExternalFileFormatType -> Microsoft.SqlServer.Management.Smo.ExternalFileFormat
Public Sub New (parent As Database, name As String, formatType As ExternalFileFormatType)
Paramètres
- parent
- Database
Nom de la base de données parente.
- name
- String
Nom du format de fichier externe.
- formatType
- ExternalFileFormatType
Type de format de fichier externe.