ClrAssemblyFile.Data Property
Gets the Data associated with a ClrAssemblyFile.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
<XmlArrayAttribute> _
<XmlArrayItemAttribute("Block")> _
Public ReadOnly Property Data As StringCollection
[BrowsableAttribute(false)]
[XmlArrayAttribute]
[XmlArrayItemAttribute("Block")]
public StringCollection Data { get; }
[BrowsableAttribute(false)]
[XmlArrayAttribute]
[XmlArrayItemAttribute(L"Block")]
public:
property StringCollection^ Data {
StringCollection^ get ();
}
/** @property */
public StringCollection get_Data ()
public function get Data () : StringCollection
Valeur de propriété
The block of data.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ClrAssemblyFile Class
ClrAssemblyFile Members
Microsoft.AnalysisServices Namespace