Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Ottiene o imposta il tipo di dati della colonna.
Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Sintassi
'Dichiarazione
<SuppressMessageAttribute("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase")> _
<XmlAttributeAttribute("type")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")> _
Public Property Type As String
'Utilizzo
Dim instance As DbSyncColumnDescription
Dim value As String
value = instance.Type
instance.Type = value
[SuppressMessageAttribute("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase")]
[XmlAttributeAttribute("type")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")]
public string Type { get; set; }
[SuppressMessageAttribute(L"Microsoft.Globalization", L"CA1308:NormalizeStringsToUppercase")]
[XmlAttributeAttribute(L"type")]
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1721:PropertyNamesShouldNotMatchGetMethods")]
public:
property String^ Type {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Type ()
/** @property */
public void set_Type (String value)
public function get Type () : String
public function set Type (value : String)
Valore proprietà
Tipo di dati della colonna.
Osservazioni
Le proprietà Type e Size sono utilizzati insieme per specificare tipi di dati a lunghezza variabile. Ad esempio, in SQL Server una colonna di tipo varchar(256) viene rappresentata impostando Type = "varchar" e Size = "256".
Vedere anche
Riferimento
Classe DbSyncColumnDescription
Membri DbSyncColumnDescription
Spazio dei nomi Microsoft.Synchronization.Data