Udostępnij przez


Właściwość ReplicationColumn.Datatype

Pobiera lub ustawia nazwę typu danych dla tej kolumna.

Przestrzeń nazw:  Microsoft.SqlServer.Replication
Zestaw:  Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)

Składnia

'Deklaracja
Public Property Datatype As String
    Get
    Set
'Użycie
Dim instance As ReplicationColumn
Dim value As String

value = instance.Datatype

instance.Datatype = value
public string Datatype { get; set; }
public:
property String^ Datatype {
    String^ get ();
    void set (String^ value);
}
member Datatype : string with get, set
function get Datatype () : String
function set Datatype (value : String)

Wartość właściwości

Typ: System.String
A String wartości.

Uwagi

Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0.NET Framework.