DataType 속성
Gets the data type of a property.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리: Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)
구문
‘선언
Public ReadOnly Property DataType As String
Get
‘사용 방법
Dim instance As ComplexProperty
Dim value As String
value = instance.DataType
public string DataType { get; }
public:
property String^ DataType {
String^ get ();
}
member DataType : string
function get DataType () : String
속성 값
유형: System. . :: . .String
The data type of the property.