InstanceDatabaseOptions Constructor
Initializes a new instance of the InstanceDatabaseOptions class.
Namespace: Microsoft.SqlServer.Management.Nmo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Sub New ( _
instance As Instance, _
name As String _
)
public InstanceDatabaseOptions (
Instance instance,
string name
)
public:
InstanceDatabaseOptions (
Instance^ instance,
String^ name
)
public InstanceDatabaseOptions (
Instance instance,
String name
)
public function InstanceDatabaseOptions (
instance : Instance,
name : String
)
Parameter
- instance
The Instance for the database options.
- name
A String containing a name for the database options. This name is not used by Notification Services.
Beispiel
The following examples show how to create an InstanceDatabaseOptions object:
InstanceDatabaseOptions idb =
new InstanceDatabaseOptions(myInstance, "MyInstDB");
Dim idb As InstanceDatabaseOptions = _
New InstanceDatabaseOptions(myInstance, "MyInstDB")
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
InstanceDatabaseOptions Class
InstanceDatabaseOptions Members
Microsoft.SqlServer.Management.Nmo Namespace