ServerGroup.Export(String, CredentialPersistenceType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exports the content of the group to a file.
public void Export (string file, Microsoft.SqlServer.Management.RegisteredServers.CredentialPersistenceType cpt);
member this.Export : string * Microsoft.SqlServer.Management.RegisteredServers.CredentialPersistenceType -> unit
Public Sub Export (file As String, cpt As CredentialPersistenceType)
Parameters
- file
- String