Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Protected Overridable ReadOnly Property CompositeIdentifierSeparator As Char
protected virtual char CompositeIdentifierSeparator { get; }
protected:
virtual property wchar_t CompositeIdentifierSeparator {
wchar_t get ();
}
abstract CompositeIdentifierSeparator : char with get
override CompositeIdentifierSeparator : char with get
function get CompositeIdentifierSeparator () : char
Property Value
Type: System.Char
The separator character.
.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.