RepositoryLocation.CreateRepositoryLocationSchema Method

Creates the schema for a RepositoryLocation object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function CreateRepositoryLocationSchema ( _
    schemaSet As XmlSchemaSet _
) As XmlQualifiedName
'Usage
Dim schemaSet As XmlSchemaSet
Dim returnValue As XmlQualifiedName

returnValue = RepositoryLocation.CreateRepositoryLocationSchema(schemaSet)
public static XmlQualifiedName CreateRepositoryLocationSchema(
    XmlSchemaSet schemaSet
)

Parameters

Return Value

Type: System.Xml.XmlQualifiedName

Remarks

This is the method named by the XmlSchemaProviderAttribute applied to the type.

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Microsoft.PerformancePoint.Scorecards Namespace