Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Defines properties commonly used by many objects in the Integration Services runtime. The common properties of named objects include a name, a creation name, an ID (GUID), and a description.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Interface IDTSName
'Utilisation
Dim instance As IDTSName
public interface IDTSName
public interface class IDTSName
type IDTSName = interface end
public interface IDTSName
Le type IDTSName expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
CreationName | Returns the name that is used by the runtime to create an instance of the object and add it to its collection, if there is a collection for the object. This property is read-only. |
![]() |
Description | Gets or sets a description about the object. |
![]() |
ID | Returns a unique ID assigned to the object. This is usually a GUID. This property is read-only. |
![]() |
Name | Gets or sets a name assigned to the object. |
Haut de la page
.gif)