SqlDatabaseOwner - dsccommunity/SqlServerDsc GitHub Wiki
SqlDatabaseOwner
Parameters
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
DatabaseName | Key | String | The name of database to be configured. | |
Name | Required | String | The name of the login that will become a owner of the desired sql database. | |
ServerName | Write | String | The host name of the SQL Server to be configured. | |
InstanceName | Key | String | The name of the SQL instance to be configured. |
DEPRECATION NOTICE
The SqlDatabaseOwner
DSC resource is DEPRECATED. The resource is
replaced by a property in the resource SqlDatabase
.
The documentation, examples, unit test, and integration tests have been removed. This resource will be removed in a future release.