ServiceMasterKey.Import Method
SQL Server 2012
Loads the service master key from the file located at the specified system path by using the specified password.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- path
- Type: System.String
A String value that specifies the system path location of the file to which to save the service master key.
- password
- Type: System.String
A String value that specifies the password supplied when the service master key was saved to file.
