Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the data source–specific type of the parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Property Type As String
Get
Set
public string Type { get; set; }
public:
virtual property String^ Type {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Type : string with get, set
override Type : string with get, set
final function get Type () : String
final function set Type (value : String)
Property Value
Type: System.String
Returns the data source–specific type of the parameter.
Implements
.NET Framework Security
- 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.