Settings.CreateProperty<T>(String) Metode

Definisi

Membuat properti untuk pengaturan konfigurasi.

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)

Jenis parameter

T

Tugasnya.

Parameter

settingName
String

Pengaturan nama.

Mengembalikan

Properti yang akan dibuat untuk pengaturan konfigurasi.

Berlaku untuk