Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the DbType of the parameter. This property is reserved for future use.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Property DbType As DbType
Get
Set
'Usage
Dim instance As AdomdParameter
Dim value As DbType
value = instance.DbType
instance.DbType = value
public DbType DbType { get; set; }
public:
virtual property DbType DbType {
DbType get () sealed;
void set (DbType value) sealed;
}
abstract DbType : DbType with get, set
override DbType : DbType with get, set
final function get DbType () : DbType
final function set DbType (value : DbType)
Property Value
Type: DbType
One of the DbType values. The default is String.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | The property is called. |
Remarks
This property always throws a NotSupportedException if accessed.