Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Determines whether the specified location is null or empty.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function IsNullOrEmpty ( _
location As RepositoryLocation _
) As Boolean
'Usage
Dim location As RepositoryLocation
Dim returnValue As Boolean
returnValue = RepositoryLocation.IsNullOrEmpty(location)
public static bool IsNullOrEmpty(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
Return Value
Type: System.Boolean
true if the location is null or empty; otherwise false.