DataParameter.Type 속성

검색 하거나 특정 소스 데이터 형식의 매개 변수를 설정 합니다.

네임스페이스:  Microsoft.VisualStudio.Data
어셈블리:  Microsoft.VisualStudio.Data(Microsoft.VisualStudio.Data.dll)

구문

‘선언
Public Overridable Property Type As String
public virtual string Type { get; set; }
public:
virtual property String^ Type {
    String^ get ();
    void set (String^ value);
}
abstract Type : string with get, set 
override Type : string with get, set
function get Type () : String 
function set Type (value : String)

속성 값

형식: String
데이터 소스 특정 형식의 매개 변수를 반환합니다.

.NET Framework 보안

참고 항목

참조

DataParameter 클래스

Microsoft.VisualStudio.Data 네임스페이스

SetTypeImpl