SqlElementSource コンストラクタ (String)

スクリプトを使用して、SqlElementSource クラスの新しいインスタンスを初期化します。

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Public Sub New ( _
    script As String _
)
'使用
Dim script As String

Dim instance As New SqlElementSource(script)
public SqlElementSource(
    string script
)
public:
SqlElementSource(
    String^ script
)
public function SqlElementSource(
    script : String
)

パラメータ

参照

参照

SqlElementSource クラス

SqlElementSource メンバ

SqlElementSource オーバーロード

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間