Condividi tramite


Metodo Validate

Validates the package with the specified connection and determines whether the specified server is valid.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public Shared Function Validate ( _
    server As Server, _
    databaseName As String _
) As ExtractValidationException
'Utilizzo
Dim server As Server
Dim databaseName As String
Dim returnValue As ExtractValidationException

returnValue = DatabaseExtractValidator.Validate(server, _
    databaseName)
public static ExtractValidationException Validate(
    Server server,
    string databaseName
)
public:
static ExtractValidationException^ Validate(
    Server^ server, 
    String^ databaseName
)
static member Validate : 
        server:Server * 
        databaseName:string -> ExtractValidationException 
public static function Validate(
    server : Server, 
    databaseName : String
) : ExtractValidationException

Parametri

Valore restituito

Tipo: Microsoft.SqlServer.Management.Dac. . :: . .ExtractValidationException
A ExtractValidationException that specifies which problems were detected. Returns nullNothingnullptrunitriferimento Null (Nothing in Visual Basic). if no problems were detected.

Osservazioni

The Validate method checks to ensure that:

  • The server is not in Design Mode.

  • The database exists, and that information can be extracted from it.

  • The user has sufficient privileges to extract information from the database.