DescriptorBase Constructor (Guid, String, String) |
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxprotected DescriptorBase(
Guid objectId,
string objectName,
string objectDescription
)
Protected Sub New (
objectId As Guid,
objectName As String,
objectDescription As String
)
protected:
DescriptorBase(
Guid objectId,
String^ objectName,
String^ objectDescription
)
new :
objectId : Guid *
objectName : string *
objectDescription : string -> DescriptorBaseParameters
- objectId
- Type: SystemGuid
The object ID. - objectName
- Type: SystemString
Name of the object. - objectDescription
- Type: SystemString
The object description.
See Also