Compartilhar via


Propriedade Generator.PercentageNull

Obtém ou define a porcentagem dos valores para esta coluna em que o usuário quer ser gerados nulluma referência nula (Nothing no Visual Basic). A porcentagem é expressa como um número inteiro entre 0 e 100.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

'Declaração
<InputAttribute(AutoAssignedInput := AutoAssignedInput.PercentageNull, Visible := True,  _
    ReadOnly := False)> _
Public Property PercentageNull As Integer
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.PercentageNull, Visible = true, 
    ReadOnly = false)]
public int PercentageNull { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::PercentageNull, Visible = true, 
    ReadOnly = false)]
public:
property int PercentageNull {
    int get ();
    void set (int value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.PercentageNull, Visible = true, 
    ReadOnly = false)>]
member PercentageNull : int with get, set
function get PercentageNull () : int
function set PercentageNull (value : int)

Valor de propriedade

Tipo: System.Int32
Um int que contém a porcentagem de valores nulos para gerar.

Comentários

Esta propriedade é decorada com o InputAttribute e o AutoAssignedInput chamado parâmetro.

Segurança do .NET Framework

Consulte também

Referência

Generator Classe

Namespace Microsoft.Data.Schema.Tools.DataGenerator

InputAttribute

AutoAssignedInput