열의 데이터 형식을 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
<SuppressMessageAttribute("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase")> _
<XmlAttributeAttribute("type")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")> _
Public Property Type As String
‘사용 방법
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)
속성 값
열의 데이터 형식입니다.
주의
Type 및 Size 속성은 함께 사용되어 가변 길이 데이터 형식을 지정합니다. 예를 들어 SQL Server에서 varchar(256) 형식의 열은 Type = "varchar" 및 Size = "256"으로 설정하여 표현됩니다.
참고 항목
참조
DbSyncColumnDescription 클래스
DbSyncColumnDescription 멤버
Microsoft.Synchronization.Data 네임스페이스