Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data type that can be mapped to this column.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property DestinationDatatype As String
Get
Set
'Usage
Dim instance As HeterogeneousColumn
Dim value As String
value = instance.DestinationDatatype
instance.DestinationDatatype = value
public string DestinationDatatype { get; set; }
public:
property String^ DestinationDatatype {
String^ get ();
void set (String^ value);
}
member DestinationDatatype : string with get, set
function get DestinationDatatype () : String
function set DestinationDatatype (value : String)
Property Value
Type: System.String
A String value that is the name of a data type in the sys.types table.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.