Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the Data associated with a ClrAssemblyFile.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Data As StringCollection
Get
'Usage
Dim instance As ClrAssemblyFile
Dim value As StringCollection
value = instance.Data
[BrowsableAttribute(false)]
public StringCollection Data { get; }
[BrowsableAttribute(false)]
public:
property StringCollection^ Data {
StringCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Data : StringCollection
function get Data () : StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
The block of data.