MaintenancePlan.PlanNameExists(String, ServerConnection) 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.
public:
static bool PlanNameExists(System::String ^ name, Microsoft::SqlServer::Management::Common::ServerConnection ^ server);
public static bool PlanNameExists (string name, Microsoft.SqlServer.Management.Common.ServerConnection server);
static member PlanNameExists : string * Microsoft.SqlServer.Management.Common.ServerConnection -> bool
Public Shared Function PlanNameExists (name As String, server As ServerConnection) As Boolean
Parameters
- name
- String
- server
- ServerConnection