Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: System.String
A String value that is the name of a data type in the sys.types table.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.