共用方式為


ExtendedStoredProcedure 建構函式 (Database, String, String)

Initializes a new instance of the ExtendedStoredProcedure class on the specified database and with the specified name and schema.

命名空間:  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
    A String value that specifies the name of the schema on which to create the extended stored procedure.
  • schema
    型別:System.String
    A String value that specifies the name of the schema on which to create the extended stored procedure.

範例

使用資料庫物件

請參閱

參考

ExtendedStoredProcedure 類別

ExtendedStoredProcedure 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

Extended Stored Procedures