When implemented by a class, gets or sets the data source–specific type of the parameter.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Property Type As String
'使用
Dim instance As IVsDataParameter
Dim value As String
value = instance.Type
instance.Type = value
string Type { get; set; }
property String^ Type {
String^ get ();
void set (String^ value);
}
function get Type () : String
function set Type (value : String)
Property Value
Type: System.String
The data source–specific type of the parameter.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace