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
schemaSet
Type: System.Xml.Schema.XmlSchemaSetThe schema.
Return value
Type: System.Xml.XmlQualifiedName
Remarks
This is the method named by the XmlSchemaProviderAttribute applied to the type.