Default Constructor (Database, String, String)
Initializes a new instance of the Default class on the specified database and with the specified name and schema.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
database As Database, _
name As String, _
schema As String _
)
public Default (
Database database,
string name,
string schema
)
public:
Default (
Database^ database,
String^ name,
String^ schema
)
public Default (
Database database,
String name,
String schema
)
public function Default (
database : Database,
name : String,
schema : String
)
Parameters
- name
A string value that specifies the name of the Default object.
- schema
A String value that specifies the schema in which to create the Default object.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also
Reference
Default Class
Default Members
Microsoft.SqlServer.Management.Smo Namespace