Propriété StartupParameters
Gets or sets any startup parameters for the SQL Server service.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public Property StartupParameters As String
Get
Set
'Utilisation
Dim instance As Service
Dim value As String
value = instance.StartupParameters
instance.StartupParameters = value
public string StartupParameters { get; set; }
public:
property String^ StartupParameters {
String^ get ();
void set (String^ value);
}
member StartupParameters : string with get, set
function get StartupParameters () : String
function set StartupParameters (value : String)
Valeur de propriété
Type : System. . :: . .String
A String value that specifies the startup parameters for the SQL Server service.
Voir aussi