SqlElementDescriptor.AddExternalNameParts Method (array<String )
Adds one or more external name parts into the element descriptor.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub AddExternalNameParts ( _
ParamArray names As String() _
)
public void AddExternalNameParts(
params string[] names
)
public:
void AddExternalNameParts(
... array<String^>^ names
)
member AddExternalNameParts :
names:string[] -> unit
public function AddExternalNameParts(
... names : String[]
)
Parameters
- names
Type: array<System.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.