Settings.CreateProperty<T>(String) 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.
Creates a property for the configuration settings.
protected:
generic <typename T>
Microsoft::SqlServer::Configuration::Property<T> ^ CreateProperty(System::String ^ settingName);
protected Microsoft.SqlServer.Configuration.Property<T> CreateProperty<T> (string settingName);
member this.CreateProperty : string -> Microsoft.SqlServer.Configuration.Property<'T>
Protected Function CreateProperty(Of T) (settingName As String) As Property(Of T)
Type Parameters
- T
The task.
Parameters
- settingName
- String
The name settings.
Returns
The properties to create for the configuration settings.