Método Export

Saves the service master key to the specified system path location with the specified password.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

public void Export(
    string path,
    string password
)

Parâmetros

  • path
    Tipo: System. . :: . .String
    A String value that specifies the system path location of the file to which to save the service master key.
  • password
    Tipo: System. . :: . .String
    A String value that specifies the password with which to encrypt and decrypt the service master key.