Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property ExcludeFromBackup As Boolean
'Usage
Dim instance As Database
Dim value As Boolean
value = instance.ExcludeFromBackup
instance.ExcludeFromBackup = value
public bool ExcludeFromBackup { get; set; }
public:
property bool ExcludeFromBackup {
bool get ();
void set (bool value);
}
public function get ExcludeFromBackup () : boolean
public function set ExcludeFromBackup (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.