ExtendedStoredProcedure コンストラクター (Database, String, String)

指定したデータベースで、指定した名前とスキーマを使用して、ExtendedStoredProcedure クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New ( _
    database As Database, _
    name As String, _
    schema As String _
)
'使用
Dim database As Database 
Dim name As String 
Dim schema As String 

Dim instance As New ExtendedStoredProcedure(database, _
    name, schema)
public ExtendedStoredProcedure(
    Database database,
    string name,
    string schema
)
public:
ExtendedStoredProcedure(
    Database^ database, 
    String^ name, 
    String^ schema
)
new : 
        database:Database * 
        name:string * 
        schema:string -> ExtendedStoredProcedure
public function ExtendedStoredProcedure(
    database : Database, 
    name : String, 
    schema : String
)

パラメーター

  • name
    型: System.String
    拡張ストアド プロシージャを作成するスキーマの名前を示す String 値です。
  • schema
    型: System.String
    拡張ストアド プロシージャを作成するスキーマの名前を示す String 値です。

使用例

データベース オブジェクトでの作業

関連項目

参照

ExtendedStoredProcedure クラス

ExtendedStoredProcedure オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

Extended Stored Procedures