Gets the identifier separator. By default, it is set to the dot character.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Protected Overridable ReadOnly Property CompositeIdentifierSeparator As Char
'使用
Dim value As Char
value = Me.CompositeIdentifierSeparator
protected virtual char CompositeIdentifierSeparator { get; }
protected:
virtual property wchar_t CompositeIdentifierSeparator {
wchar_t get ();
}
protected function get CompositeIdentifierSeparator () : char
Property Value
Type: System.Char
The separator character.
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
AdoDotNetObjectIdentifierConverter Class