FeatureTreeConfigurationBase.StoreInstanceName(ServiceContainer, String) Constructor
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.
Initializes a new instance of the FeatureTreeConfigurationBase.StoreInstanceName class.
public:
StoreInstanceName(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, System::String ^ newInstanceName);
public StoreInstanceName (Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, string newInstanceName);
new Microsoft.SqlServer.Configuration.FeatureTreeConfigurationBase.StoreInstanceName : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * string -> Microsoft.SqlServer.Configuration.FeatureTreeConfigurationBase.StoreInstanceName
Public Sub New (context As ServiceContainer, newInstanceName As String)
Parameters
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
The context.
- newInstanceName
- String
The new instance name.