ObjectIdentifier.ExternalParts Property
Gets the external reference parts. Null if the identifier is not external.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property ExternalParts As IList(Of String)
Get
Set
'Usage
Dim instance As ObjectIdentifier
Dim value As IList(Of String)
value = instance.ExternalParts
instance.ExternalParts = value
public IList<string> ExternalParts { get; set; }
public:
property IList<String^>^ ExternalParts {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member ExternalParts : IList<string> with get, set
function get ExternalParts () : IList<String>
function set ExternalParts (value : IList<String>)
Property Value
Type: System.Collections.Generic.IList<String>
The external reference parts.