Compartir a través de


ReplicationColumn.Datatype Propiedad

Gets or sets the data type name for this column.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Property Datatype As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String value.

Comentarios

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Vea también

Referencia

ReplicationColumn Clase

Espacio de nombres Microsoft.SqlServer.Replication