Returns the name of this type in the form "sql", "xml", etc.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function getDatasourceName() As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As XPathDataSource
Dim value As String
value = instance.getDatasourceName() |
| C# | |
|---|
public string getDatasourceName() |
| Managed Extensions for C++ | |
|---|
public: string* getDatasourceName(); |
| C++/CLI | |
|---|
public:
String^ getDatasourceName(); |
Return Value
"xml"
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also