Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets whether the destination data can accept null values.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Property DestinationNullable As Boolean
Get
Set
'Utilisation
Dim instance As HeterogeneousColumn
Dim value As Boolean
value = instance.DestinationNullable
instance.DestinationNullable = value
public bool DestinationNullable { get; set; }
public:
property bool DestinationNullable {
bool get ();
void set (bool value);
}
member DestinationNullable : bool with get, set
function get DestinationNullable () : boolean
function set DestinationNullable (value : boolean)
Valeur de propriété
Type : System.Boolean
A Boolean value.If true, the destination data can be set to null.If false, the destination data cannot be set to null.
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.