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.
Gets or sets the source type of the XPath string, using values in the SourceType enumeration.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly : Microsoft.SqlServer.ForEachNodeListEnumerator (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Syntaxe
'Déclaration
Public Property OuterXPathStringSourceType As SourceType
Get
Set
'Utilisation
Dim instance As ForEachNodeListEnumerator
Dim value As SourceType
value = instance.OuterXPathStringSourceType
instance.OuterXPathStringSourceType = value
public SourceType OuterXPathStringSourceType { get; set; }
public:
virtual property SourceType OuterXPathStringSourceType {
SourceType get () sealed;
void set (SourceType value) sealed;
}
abstract OuterXPathStringSourceType : SourceType with get, set
override OuterXPathStringSourceType : SourceType with get, set
final function get OuterXPathStringSourceType () : SourceType
final function set OuterXPathStringSourceType (value : SourceType)
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.SourceType
A value from the SourceType enumeration.
Implémente
IDTSForEachNodeListEnumerator.OuterXPathStringSourceType
Voir aussi
Référence
ForEachNodeListEnumerator Classe
Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList