DSCResources/MSFT_xSqlServerStartupParam/MSFT_xSqlServerStartupParam.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("xSqlServerStartupParam")]
class MSFT_xSqlServerStartupParam : 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 parameter to configure (e.g. -t, -d)")] String ParameterName;
    [Write, Description("The value to set the parameter to")] String ParameterValue;
};