Compartir a través de


Interfaz IDTSObject100

Defines the base object interface for data flow objects.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("30E5D0EF-E33D-4945-8A7F-F5178FC64C24")> _
Public Interface IDTSObject100
'Uso
Dim instance As IDTSObject100
[GuidAttribute("30E5D0EF-E33D-4945-8A7F-F5178FC64C24")]
public interface IDTSObject100
[GuidAttribute(L"30E5D0EF-E33D-4945-8A7F-F5178FC64C24")]
public interface class IDTSObject100
[<GuidAttribute("30E5D0EF-E33D-4945-8A7F-F5178FC64C24")>]
type IDTSObject100 =  interface end
public interface IDTSObject100

El tipo IDTSObject100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Description Gets or sets the description of an IDTSObject100.
Propiedad pública ID Gets or sets the ID of an IDTSObject100object.
Propiedad pública IdentificationString Gets a string that uniquely identifies an IDTSObject100.
Propiedad pública Name Gets or sets the name of an IDTSObject100 object.
Propiedad pública ObjectType Gets the ObjectType property of an IDTSObject100.

Arriba

Comentarios

The IDTSObject100 interface is the base object interface for most objects in the data flow object model.