Public Methods
Clone | Creates a new object that is a copy of the current instance.
DISPID (Dispatch ID):
For more information, see Clone in .NET Reference. |
Equals | Determines whether the specified object is equal to the current object.
DISPID (Dispatch ID):
For more information, see Equals in .NET Reference. |
GetHashCode | Returns a hash code for the current object.
DISPID (Dispatch ID):
For more information, see GetHashCode in .NET Reference. |
GetObjectData |
DISPID (Dispatch ID):
For more information, see GetObjectData in .NET Reference. |
GetType | Gets the Type of the current instance.
DISPID (Dispatch ID):
For more information, see GetType in .NET Reference. |
Logicalize | Logicalizes the dataset subscription descriptor, by removing the physical information from it.
DISPID (Dispatch ID):
For more information, see Logicalize in .NET Reference. |
Physicalize | Physicalizes the dataset subscription descriptor, by removing the logical information from it.
DISPID (Dispatch ID):
For more information, see Physicalize in .NET Reference. |
Public Properties
AliasName | When non-empty, specifies the name of the alias that will be used in place of this object.
DISPID (Dispatch ID):
For more information, see AliasName in .NET Reference. |
AllowsResolution | Determines whether the dataset subscription descriptor allows resolution.
DISPID (Dispatch ID):
For more information, see AllowsResolution in .NET Reference. |
CommunicationParameters | The communication parameters to be used by the subscriber.
DISPID (Dispatch ID):
For more information, see CommunicationParameters in .NET Reference. |
ConnectionDescriptor | Specifies a PubSub connection, using physical parameters, or logical name.
DISPID (Dispatch ID):
For more information, see ConnectionDescriptor in .NET Reference. |
DataSetMetaData | An optional metadata for the subscribed dataset.
DISPID (Dispatch ID):
For more information, see DataSetMetaData in .NET Reference. |
DisplayString | The display string for the current object.
DISPID (Dispatch ID): 0
For more information, see ToString in .NET Reference. |
EffectiveMessageReceiveTimeout | The effective message receive timeout being used by this descriptor. In milliseconds.
DISPID (Dispatch ID):
For more information, see EffectiveMessageReceiveTimeout in .NET Reference. |
EffectiveSecurityMode | The effective security mode being used by this descriptor.
DISPID (Dispatch ID):
For more information, see EffectiveSecurityMode in .NET Reference. |
Filter | Specifies how the incoming PubSub messages should be filtered before being delivered to the application.
DISPID (Dispatch ID):
For more information, see Filter in .NET Reference. |
FilterIsStrictlyPhysical | Determines whether the filter is strictly physical.
DISPID (Dispatch ID):
For more information, see FilterIsStrictlyPhysical in .NET Reference. |
FilterRequiresResolution | Determines whether the filter requires resolution.
DISPID (Dispatch ID):
For more information, see FilterRequiresResolution in .NET Reference. |
HasConnectionDescriptor | Determines whether PubSub connection is specified in the descriptor.
DISPID (Dispatch ID):
For more information, see HasConnectionDescriptor in .NET Reference. |
HasDataSetMetaData | Determines whether dataset metadata is specified in the descriptor.
DISPID (Dispatch ID):
For more information, see HasDataSetMetaData in .NET Reference. |
HasPublishedDataSet | Determines whether a published dataset is specified in the descriptor.
DISPID (Dispatch ID):
For more information, see HasPublishedDataSet in .NET Reference. |
InferredMessageReceiveTimeout | Message receive timeout inferred from the effective transport profile URI. In milliseconds.
DISPID (Dispatch ID):
For more information, see InferredMessageReceiveTimeout in .NET Reference. |
InferredSecurityMode | Security mode inferred from the communication parameters.
DISPID (Dispatch ID):
For more information, see InferredSecurityMode in .NET Reference. |
IsAliased | Determines whether this object is aliased.
DISPID (Dispatch ID):
For more information, see IsAliased in .NET Reference. |
IsNull | Determines whether the current object is a null dataset subscription descriptor.
DISPID (Dispatch ID):
For more information, see IsNull in .NET Reference. |
IsStrictlyPhysical | Determines whether this dataset subscription descriptor is strictly physical.
DISPID (Dispatch ID):
For more information, see IsStrictlyPhysical in .NET Reference. |
PublishedDataSetName | An optional name of the published dataset.
DISPID (Dispatch ID):
For more information, see PublishedDataSetName in .NET Reference. |
RequiresResolution | Determines whether a resolution is required for this descriptor.
DISPID (Dispatch ID):
For more information, see RequiresResolution in .NET Reference. |
ResolverDescriptor | Describes the PubSub resolver to be used for resolving the logical information in the dataset subscription descriptor.
DISPID (Dispatch ID):
For more information, see ResolverDescriptor in .NET Reference. |
ToString | Returns a string that represents the current object.
DISPID (Dispatch ID):
For more information, see ToString in .NET Reference. |
See Also