Aracılığıyla paylaş


InputDescriptor Oluşturucu (String, Type, String, String, AutoAssignedInput)

Yeni bir örneğini başlatır InputDescriptor sınıfı kullanarak sağlanan parametreleri.

Ad alanı:  Microsoft.Data.Schema.Tools.DataGenerator
Derleme:  Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll içinde)

Sözdizimi

'Bildirim
Public Sub New ( _
    key As String, _
    type As Type, _
    name As String, _
    description As String, _
    inputType As AutoAssignedInput _
)
public InputDescriptor(
    string key,
    Type type,
    string name,
    string description,
    AutoAssignedInput inputType
)
public:
InputDescriptor(
    String^ key, 
    Type^ type, 
    String^ name, 
    String^ description, 
    AutoAssignedInput inputType
)
new : 
        key:string * 
        type:Type * 
        name:string * 
        description:string * 
        inputType:AutoAssignedInput -> InputDescriptor
public function InputDescriptor(
    key : String, 
    type : Type, 
    name : String, 
    description : String, 
    inputType : AutoAssignedInput
)

Parametreler

  • key
    Tür: System.String
    Girdi değeri benzersiz olarak tanımlayan anahtar.Varsayılan oluşturucu için bu anahtar özelliği adıdır.
  • name
    Tür: System.String
    Giriş kolay adı.Bu ad görünür Özellikler pencere.
  • description
    Tür: System.String
    Giriş açıklaması.Bu açıklama görünür Özellikler pencere.

Açıklamalar

inputType Parametresi, tanınmış biri olabilir giriş türleri AutoAssignedInput tanımlar, hangi dahil Seed(), Nullable(), PercentageNull(), Unique()ve benzeri.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

InputDescriptor Sınıf

InputDescriptor Fazla Yük

Microsoft.Data.Schema.Tools.DataGenerator Ad Alanı

InputDescriptor

AutoAssignedInput