ExternalFileFormat コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| ExternalFileFormat() | |
| ExternalFileFormat(Database, String) | |
| ExternalFileFormat(Database, String, ExternalFileFormatType) |
パラメーター化されたコンストラクター - パラメーター値からプロパティを設定します。 すべての外部ファイル形式の必須プロパティを設定するオーバーロードされたコンストラクター。 |
ExternalFileFormat()
public ExternalFileFormat();
Public Sub New ()
適用対象
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)
パラメーター
- database
- Database
- name
- String
適用対象
ExternalFileFormat(Database, String, ExternalFileFormatType)
パラメーター化されたコンストラクター - パラメーター値からプロパティを設定します。 すべての外部ファイル形式の必須プロパティを設定するオーバーロードされたコンストラクター。
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)
パラメーター
- parent
- Database
親データベースの名前。
- name
- String
外部ファイル形式の名前。
- formatType
- ExternalFileFormatType
外部ファイル形式の種類。