Пример #1
0
 public Attribute(int id, string name, DataType dataType, IDTSObject100 attributeRef)
 {
     Id       = id;
     _name    = name;
     DataType = dataType;
     //this.dataType = SSIStoSQL[dataType];
     AttributeRef = attributeRef;
 }
Пример #2
0
 public Attribute(int id, string name, DataType dataType, IDTSObject100 attributeRef, string sourceDatabase, string sourceTable)
 {
     Id             = id;
     _name          = name;
     DataType       = dataType;
     AttributeRef   = attributeRef;
     SourceDatabase = sourceDatabase;
     SourceTable    = sourceTable;
 }
Пример #3
0
 internal BipsProxyIDTSObject100(IDTSObject100 innerObject)
 {
     _innerObject = innerObject;
 }