Property | Type | Description | |
---|---|---|---|
ProcessWithConnectionContext | void | ||
ProcessWithServerName | void |
Method | Description | |
---|---|---|
ExecuteCmdlet ( ) : void |
Process the command.
|
Method | Description | |
---|---|---|
ProcessWithConnectionContext ( string databaseName, int maxSizeGb, long maxSizeBytes, DatabaseEdition edition ) : void |
process the request using the connection context.
|
|
ProcessWithServerName ( string databaseName, int maxSizeGb, long maxSizeBytes, DatabaseEdition edition ) : void |
Process the request using a temporary connection context using certificate authentication
|