SqlAnnotationDescriptor.ExternalNameParts Property
Gets the annotation name external parts.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property ExternalNameParts As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> ExternalNameParts { get; }
public:
property ReadOnlyCollection<String^>^ ExternalNameParts {
ReadOnlyCollection<String^>^ get ();
}
member ExternalNameParts : ReadOnlyCollection<string>
function get ExternalNameParts () : ReadOnlyCollection<String>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
.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.