DSCResources/MSFT_xSqlServerMoveDatabaseFiles/MSFT_xSqlServerMoveDatabaseFiles.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("xSqlServerMoveDatabaseFiles")]
class MSFT_xSqlServerMoveDatabaseFiles : OMI_BaseResource
{
    [Key, Description("Hostname of the SQL Server to be configured")] String SQLServer;
    [Key, Description("Name of the SQL Instance to be configured")] String SQLInstanceName;
    [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
    [Key, Description("The database(s) to move files for. Separate multiple databases with commas")] String Database;
    [Write, Description("The path to move data files")] String DataPath;
    [Write, Description("The path to move trans log files")] String LogPath;
};