Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets a value indicating whether the database undergoes special processing. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Property ResolveDatabases As Boolean
Get
Set
'Utilizzo
Dim instance As SqlRequest
Dim value As Boolean
value = instance.ResolveDatabases
instance.ResolveDatabases = value
public bool ResolveDatabases { get; set; }
public:
property bool ResolveDatabases {
bool get ();
void set (bool value);
}
member ResolveDatabases : bool with get, set
function get ResolveDatabases () : boolean
function set ResolveDatabases (value : boolean)
Valore proprietà
Tipo: System.Boolean
true if the database undergoes special processing; otherwise, false.