DSCResources/MSFT_xSQLDBOwner/MSFT_xSQLDBOwner.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xSQLDBOwner")] class MSFT_xSQLDBOwner : OMI_BaseResource { [Key, Description("The name of database to be configured.")] String Database; [Required, Description("The name of the login that will become a owner of the desired sql database.")] String Name; [Write, Description("The host name of the SQL Server to be configured.")] String SQLServer; [Write, Description("The name of the SQL instance to be configured.")] String SQLInstanceName; }; |