Поделиться через


Свойство SourceDataTypeInfo

Gets or sets the name of the source data type for the column.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property SourceDataTypeInfo As String
    Get
    Set
'Применение
Dim instance As HeterogeneousColumn
Dim value As String

value = instance.SourceDataTypeInfo

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

Значение свойства

Тип System. . :: . .String
A String value.

Замечания

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