Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves a comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Synonyms As String
Get
public string Synonyms { get; }
public:
property String^ Synonyms {
String^ get ();
}
member Synonyms : string
function get Synonyms () : String
Property Value
Type: System.String
Returns a comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.
.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.